Revolutionary deconversions now properly show in individual logs #63936

This commit is contained in:
Ryll Ryll
2022-01-10 13:21:12 -05:00
committed by GitHub
parent 4f321dc8e4
commit aee20bfdd3
@@ -286,7 +286,7 @@
//blunt trauma deconversions call this through species.dm spec_attacked_by()
/datum/antagonist/rev/proc/remove_revolutionary(borged, deconverter)
log_attack("[key_name(owner.current)] has been deconverted from the revolution by [ismob(deconverter) ? key_name(deconverter) : deconverter]!")
owner.current.log_message("has been deconverted from the revolution by [ismob(deconverter) ? key_name(deconverter) : deconverter]!", LOG_ATTACK, color="#960000")
if(borged)
message_admins("[ADMIN_LOOKUPFLW(owner.current)] has been borged while being a [name]")
owner.special_role = null