mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fixes revolutionary deconversion messages and logging (#30956)
* Update login.dm * Update login.dm * Identifies rev deconverter * Identifies rev deconverter * Fixed/Updated Rev Deconversion Msg+Logging * Deconv'd revs now see the damn message * Improved logging
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
qdel(src)
|
||||
return 0
|
||||
if(target.mind in SSticker.mode.revolutionaries)
|
||||
SSticker.mode.remove_revolutionary(target.mind)
|
||||
SSticker.mode.remove_revolutionary(target.mind, FALSE, user)
|
||||
if(!silent)
|
||||
if(target.mind in SSticker.mode.cult)
|
||||
to_chat(target, "<span class='warning'>You feel something interfering with your mental conditioning, but you resist it!</span>")
|
||||
|
||||
Reference in New Issue
Block a user