mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Attack Chain Migration: Trash (#31881)
* Update trash.dm * Update customizables.dm * Update customizables.dm
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
resistance_flags = FLAMMABLE
|
||||
// Recycle your litter, kids!
|
||||
materials = list(MAT_PLASTIC = 100)
|
||||
new_attack_chain = TRUE
|
||||
|
||||
/obj/item/trash/decompile_act(obj/item/matter_decompiler/C, mob/user)
|
||||
if(isdrone(user))
|
||||
@@ -19,9 +20,6 @@
|
||||
return TRUE
|
||||
return ..()
|
||||
|
||||
/obj/item/trash/attack__legacy__attackchain(mob/M as mob, mob/living/user as mob)
|
||||
return
|
||||
|
||||
/obj/item/trash/raisins
|
||||
name = "4no raisins"
|
||||
icon_state= "4no_raisins"
|
||||
|
||||
Reference in New Issue
Block a user