mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
Allow decompilation of shrapnel and cardboard tubes (#28306)
* Allow decompilation of shrapnel, cardboard tubes, ammo boxes and magazines * Do not allow decompilation of magazines --------- Co-authored-by: Arthri <41360489+a@users.noreply.github.com>
This commit is contained in:
@@ -73,4 +73,8 @@
|
||||
icon_state = pick("shrapnel1", "shrapnel2", "shrapnel3")
|
||||
scatter_atom()
|
||||
|
||||
/obj/item/shrapnel/decompile_act(obj/item/matter_decompiler/C, mob/user)
|
||||
qdel(src)
|
||||
return TRUE
|
||||
|
||||
#undef DEFAULT_SHRAPNEL_RANGE
|
||||
|
||||
@@ -121,6 +121,10 @@
|
||||
throw_speed = 4
|
||||
throw_range = 5
|
||||
|
||||
/obj/item/c_tube/decompile_act(obj/item/matter_decompiler/C, mob/user)
|
||||
qdel(src)
|
||||
return TRUE
|
||||
|
||||
|
||||
|
||||
/obj/item/fan
|
||||
|
||||
Reference in New Issue
Block a user