this is a style change

This commit is contained in:
Joan Lung
2016-09-19 13:12:46 -04:00
parent 904c062e38
commit 70f5419838
3 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -85,7 +85,7 @@
if(istype(current) && islist(current.antag_datums)) //wow apparently current isn't always living good fucking job SOMEONE
for(var/i in current.antag_datums)
var/datum/antag_datum/D = i
var/datum/antagonist/D = i
D.transfer_to_new_body(new_character)
var/datum/atom_hud/antag/hud_to_transfer = antag_hud//we need this because leave_hud() will clear this list
leave_all_huds() //leave all the huds in the old body, so it won't get huds if somebody else enters it