Shadowling update 3

This commit is contained in:
Xhuis
2015-07-26 14:05:09 -04:00
parent c9870a0fef
commit 4cefd114c5
13 changed files with 561 additions and 308 deletions
@@ -263,6 +263,8 @@
if(digitalcamo)
msg += "[t_He] [t_is] moving [t_his] body in an unnatural and blatantly inhuman manner.\n"
if(!wear_mask && is_thrall(src) && in_range(user,src))
msg += "Their features seem unnaturally tight and drawn.\n"
if(istype(user, /mob/living/carbon/human))
var/mob/living/carbon/human/H = user
@@ -5,6 +5,7 @@
show_laws(0)
if(mind) ticker.mode.remove_revolutionary(mind)
if(mind) ticker.mode.remove_gangster(mind,1,remove_bosses=1)
if(mind) ticker.mode.remove_thrall(mind,0)
/mob/living/silicon/robot/update_hotkey_mode()
winset(src, null, "mainwindow.macro=borghotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true input.background-color=#F0F0F0")