mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
d030b8afb8
* e * stuff not in the stack folder * A * Update gift_wrappaper.dm * golg * dancing around SHOULD_NOT_SLEEP and storage still being legacy * Update asteroid_floors.dm * Update medical_packs.dm * Update medical_packs.dm
16 lines
413 B
Plaintext
16 lines
413 B
Plaintext
/obj/item/stack/seaweed
|
|
name = "seaweed sheet"
|
|
desc = "Weed... From the Sea!"
|
|
singular_name = "seaweed sheet"
|
|
icon = 'icons/obj/stacks/organic.dmi'
|
|
icon_state = "seaweed"
|
|
w_class = WEIGHT_CLASS_TINY
|
|
attack_verb = list("slapped")
|
|
hitsound = 'sound/weapons/grenadelaunch.ogg'
|
|
usesound = 'sound/items/deconstruct.ogg'
|
|
merge_type = /obj/item/stack/seaweed
|
|
|
|
/obj/item/stack/seaweed/attack_self_tk()
|
|
return
|
|
|