Fix night_messages to night_results

This commit is contained in:
bobloy 2020-09-29 12:41:43 -04:00
parent c7d320ccaa
commit 443c84ccab

View File

@ -98,4 +98,4 @@ class TheBlob(Role):
if target is not None:
target.role.properties["been_blobbed"] = True
self.game.night_messages.append("The Blob grows...")
self.game.night_results.append("The Blob grows...")