stop this nonsense
This commit is contained in:
@@ -51,11 +51,11 @@
|
||||
var/obj/item/stack/S = I
|
||||
if(obj_integrity == max_integrity)
|
||||
to_chat(user, span_warning("\The [src] doesn't seem to require repairs."))
|
||||
return 1
|
||||
return TRUE
|
||||
if(S.use(1))
|
||||
to_chat(user, span_notice("You patch up \the [src] with a bit of \the [I]."))
|
||||
obj_integrity = min(obj_integrity + 10, max_integrity)
|
||||
return 1
|
||||
return TRUE
|
||||
|
||||
if(try_insert(I, user))
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user