Updates Intents

This commit is contained in:
Sam
2017-06-10 09:43:36 +01:00
parent c1cc319f62
commit 4d57fff5c9
94 changed files with 200 additions and 200 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
return
/obj/machinery/biogenerator/attackby(obj/item/O, mob/user, params)
if(user.a_intent == I_HARM)
if(user.a_intent == INTENT_HARM)
return ..()
if(processing)
+1 -1
View File
@@ -102,7 +102,7 @@
to_chat(user, "<span class='notice'>You add [O] to [name].</span>")
updateUsrDialog()
return
else if(user.a_intent != I_HARM)
else if(user.a_intent != INTENT_HARM)
to_chat(user, "<span class='warning'>You can't extract any seeds from \the [O.name]!</span>")
else
return ..()