mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
- Cyborgs now get the old syndicate lawset when emagged that replaces their current laws. Instead of just a Law 0 (authorised by Neo)
- Xenobio Pen now has a remote Igniter. Button for it is on the table next to the shutters button. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2967 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -414,12 +414,12 @@
|
||||
user << "You emag [src]'s interface."
|
||||
message_admins("[key_name_admin(user)] emagged cyborg [key_name_admin(src)]. Laws overridden.")
|
||||
log_game("[key_name(user)] emagged cyborg [key_name(src)]. Laws overridden.")
|
||||
// clear_supplied_laws()
|
||||
// clear_inherent_laws()
|
||||
// laws = new /datum/ai_laws/syndicate_override They just get the law zero now.
|
||||
clear_supplied_laws()
|
||||
clear_inherent_laws()
|
||||
laws = new /datum/ai_laws/syndicate_override
|
||||
var/time = time2text(world.realtime,"hh:mm:ss")
|
||||
lawchanges.Add("[time] <B>:</B> [user.name]([user.key]) emagged [name]([key])")
|
||||
set_zeroth_law("Only [user.real_name] and people he designates as being such are humans.")
|
||||
set_zeroth_law("Only [user.real_name] and people he designates as being such are Syndicate Agents.")
|
||||
src << "\red ALERT: Foreign software detected."
|
||||
sleep(5)
|
||||
src << "\red Initiating diagnostics..."
|
||||
|
||||
Reference in New Issue
Block a user