mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-26 01:04:36 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
/obj/item/material/twohanded/baseballbat/foam/New(var/newloc)
|
|
..(newloc,"foam")
|
|
|
|
/obj/item/material/sword/foam
|
|
attack_verb = list("bonked","whacked")
|
|
force_divisor = 1
|
|
unbreakable = 1
|
|
damtype = HALLOSS
|
|
|
|
/obj/item/material/twohanded/baseballbat/foam
|
|
attack_verb = list("bonked","whacked")
|
|
force_wielded = 1
|
|
force_divisor = 1
|
|
unbreakable = 1
|
|
damtype = HALLOSS
|
|
|
|
/obj/item/material/sword/foam/New(var/newloc)
|
|
..(newloc,"foam")
|
|
|
|
/obj/item/material/twohanded/spear/foam
|
|
attack_verb = list("bonked","whacked")
|
|
force_wielded = 1
|
|
force_divisor = 1
|
|
damtype = HALLOSS
|
|
applies_material_colour = 1
|
|
base_icon = "spear_mask"
|
|
icon_state = "spear_mask0"
|
|
unbreakable = 1
|
|
/obj/item/material/twohanded/spear/foam/New(var/newloc)
|
|
..(newloc,"foam")
|
|
|
|
/obj/item/material/twohanded/fireaxe/foam
|
|
attack_verb = list("bonked","whacked")
|
|
force_wielded = 1
|
|
force_divisor = 1
|
|
damtype = HALLOSS
|
|
applies_material_colour = 1
|
|
base_icon = "fireaxe_mask"
|
|
icon_state = "fireaxe_mask0"
|
|
unbreakable = 1
|
|
|
|
/obj/item/material/twohanded/fireaxe/foam/New(var/newloc)
|
|
..(newloc,"foam")
|
|
|
|
/obj/item/material/twohanded/fireaxe/foam/afterattack()
|
|
return
|