Clear Antag Datums Fix (#10985)

This commit is contained in:
Geeves
2021-01-16 13:20:49 +02:00
committed by GitHub
parent 7cf4b7012a
commit 001dea87ba
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -66,6 +66,7 @@
current_antagonists -= player
faction_members -= player
player.special_role = null
player.antag_datums -= id
update_icons_removed(player)
BITSET(player.current.hud_updateflag, SPECIALROLE_HUD)
@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- bugfix: "Antag datums are now properly cleared if your antag status is removed."