mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
Final tweaks and fixes
This commit is contained in:
@@ -368,8 +368,8 @@
|
||||
|
||||
to_chat(D, "<span class='warning'>You carefully and thoroughly decompile your downed fellow, storing as much of its resources as you can within yourself.</span>")
|
||||
|
||||
qdel(src)
|
||||
new/obj/effect/decal/cleanable/blood/oil(get_turf(src))
|
||||
qdel(src)
|
||||
|
||||
C.stored_comms["metal"] += 15
|
||||
C.stored_comms["glass"] += 15
|
||||
|
||||
@@ -170,7 +170,7 @@
|
||||
var/grabbed_something = 0
|
||||
|
||||
for(var/atom/movable/A in T)
|
||||
if(A.decompile_act(src)) // Each decompileable mob or obj needs to have this defined
|
||||
if(A.decompile_act(src, usr)) // Each decompileable mob or obj needs to have this defined
|
||||
grabbed_something = 1
|
||||
|
||||
if(grabbed_something)
|
||||
|
||||
Reference in New Issue
Block a user