Revert "12/21 modernizations from TG live"
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
|
||||
|
||||
/*
|
||||
Destructive Analyzer
|
||||
@@ -45,7 +45,7 @@ Note: Must be placed within 3 tiles of the R&D Console
|
||||
..()
|
||||
|
||||
/obj/machinery/r_n_d/destructive_analyzer/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
|
||||
@@ -61,7 +61,7 @@ Note: Must be placed within 3 tiles of the R&D Console
|
||||
return
|
||||
busy = 1
|
||||
loaded_item = O
|
||||
O.forceMove(src)
|
||||
O.loc = src
|
||||
user << "<span class='notice'>You add the [O.name] to the [src.name]!</span>"
|
||||
flick("d_analyzer_la", src)
|
||||
spawn(10)
|
||||
|
||||
Reference in New Issue
Block a user