Revert "12/21 modernizations from TG live"
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
return TRUE
|
||||
|
||||
/obj/machinery/r_n_d/experimentor/Insert_Item(obj/item/O, mob/user)
|
||||
if(user.a_intent != INTENT_HARM)
|
||||
if(user.a_intent != "harm")
|
||||
. = 1
|
||||
if(!is_insertion_ready(user))
|
||||
return
|
||||
@@ -615,7 +615,7 @@
|
||||
spawn(cooldownMax)
|
||||
cooldown = FALSE
|
||||
else
|
||||
user << "<span class='notice'>You aren't quite sure what to do with this yet.</span>"
|
||||
user << "<span class='notice'>You aren't quite sure what to do with this, yet.</span>"
|
||||
|
||||
//////////////// RELIC PROCS /////////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user