mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
unfucks ratvar conversion
This commit is contained in:
@@ -219,12 +219,15 @@
|
||||
if(M.hacked || M.clockwork)
|
||||
aisync = 0
|
||||
lawsync = 0
|
||||
var/datum/ai_laws/L
|
||||
if(M.clockwork)
|
||||
O.laws = new/datum/ai_laws/ratvar
|
||||
L = new/datum/ai_laws/ratvar
|
||||
spawn(1)
|
||||
add_servant_of_ratvar(O)
|
||||
else
|
||||
O.laws = new/datum/ai_laws/syndicate_override
|
||||
L = new/datum/ai_laws/syndicate_override
|
||||
O.laws = L
|
||||
L.associate(O)
|
||||
|
||||
O.invisibility = 0
|
||||
//Transfer debug settings to new mob
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
user << "<span class='warning'>This MMI does not seem to fit!</span>"
|
||||
return
|
||||
|
||||
if(M.hacked)
|
||||
if(M.hacked || M.clockwork)
|
||||
user << "<span class='warning'>This MMI does not seem to fit!</span>"
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user