mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 05:44:19 +00:00
gg me (closes #66)
This commit is contained in:
parent
4a826402e1
commit
10a64f7566
1 changed files with 6 additions and 0 deletions
|
@ -43,3 +43,9 @@ class Angelo(Role):
|
|||
if self.protecting is not None:
|
||||
self.protecting.protectedby = None
|
||||
self.protecting = None
|
||||
|
||||
def ondeath(self):
|
||||
# Resetta la protezione
|
||||
if self.protecting is not None:
|
||||
self.protecting.protectedby = None
|
||||
self.protecting = None
|
Loading…
Reference in a new issue