unfucks ratvar conversion

This commit is contained in:
Joan Lung
2016-06-08 15:50:06 -04:00
parent 33b9d7c8c2
commit 4f8133c3d1
5 changed files with 54 additions and 27 deletions
+5 -2
View File
@@ -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
+1 -1
View File
@@ -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