mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -9,10 +9,8 @@
|
||||
icon = 'icons/obj/fish_items.dmi'
|
||||
icon_state = "egg_scoop"
|
||||
slot_flags = ITEM_SLOT_BELT
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
throw_speed = 3
|
||||
throw_range = 7
|
||||
|
||||
/obj/item/fish_net
|
||||
name = "fish net"
|
||||
@@ -20,10 +18,8 @@
|
||||
icon = 'icons/obj/fish_items.dmi'
|
||||
icon_state = "net"
|
||||
slot_flags = ITEM_SLOT_BELT
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
throw_speed = 3
|
||||
throw_range = 7
|
||||
|
||||
/obj/item/fish_net/suicide_act(mob/user) //"A tiny net is a death sentence: it's a net and it's tiny!" https://www.youtube.com/watch?v=FCI9Y4VGCVw
|
||||
visible_message("<span class='suicide'>[user] places [src] on top of [user.p_their()] head, [user.p_their()] fingers tangled in the netting! It looks like [user.p_theyre()] trying to commit suicide!</span>")
|
||||
@@ -37,7 +33,6 @@
|
||||
throwforce = 1
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
throw_speed = 3
|
||||
throw_range = 7
|
||||
|
||||
/obj/item/tank_brush
|
||||
name = "aquarium brush"
|
||||
@@ -45,10 +40,8 @@
|
||||
icon = 'icons/obj/fish_items.dmi'
|
||||
icon_state = "brush"
|
||||
slot_flags = ITEM_SLOT_BELT
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
throw_speed = 3
|
||||
throw_range = 7
|
||||
attack_verb = list("scrubbed", "brushed", "scraped")
|
||||
|
||||
/obj/item/tank_brush/suicide_act(mob/user)
|
||||
@@ -107,7 +100,6 @@
|
||||
throwforce = 1
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
throw_speed = 3
|
||||
throw_range = 7
|
||||
force = 1
|
||||
attack_verb = list("slapped", "humiliated", "hit", "rubbed")
|
||||
hitsound = 'sound/effects/snap.ogg'
|
||||
@@ -146,7 +138,6 @@
|
||||
name = "toothless shark"
|
||||
desc = "Looks like someone ripped it's teeth out!"
|
||||
icon_state = "shark"
|
||||
hitsound = 'sound/effects/snap.ogg'
|
||||
|
||||
/obj/item/shard/shark_teeth
|
||||
name = "shark teeth"
|
||||
|
||||
Reference in New Issue
Block a user