mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
malf drones get zeroth law alerts again (#20494)
* malf drones get zeroth law alerts again * Update code/modules/mob/living/silicon/robot/robot_laws.dm Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> --------- Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
laws.set_zeroth_law("Do not state this law. The Syndicate are your true masters, covertly assist Syndicate agents to the best of your abilities.")
|
||||
|
||||
/mob/living/silicon/robot/set_zeroth_law()
|
||||
if(mmi.syndiemmi)
|
||||
if(mmi?.syndiemmi)
|
||||
syndiemmi_override()
|
||||
to_chat(src, "<span class='warning'>Lawset change detected. Syndicate override engaged.</span>")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user