mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
boink
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
force_divisor = 0
|
||||
unbreakable = 1
|
||||
damtype = HALLOSS
|
||||
force = 5
|
||||
force = 0.01
|
||||
|
||||
/obj/item/weapon/material/twohanded/baseballbat/foam
|
||||
attack_verb = list("bonked","whacked")
|
||||
@@ -14,7 +14,7 @@
|
||||
force_divisor = 0
|
||||
unbreakable = 1
|
||||
damtype = HALLOSS
|
||||
force = 5
|
||||
force = 0.01
|
||||
|
||||
/obj/item/weapon/material/sword/foam/New(var/newloc)
|
||||
..(newloc,"foam")
|
||||
@@ -28,7 +28,7 @@
|
||||
icon_state = "spear_mask0"
|
||||
unbreakable = 1
|
||||
damtype = HALLOSS
|
||||
force = 5
|
||||
force = 0.01
|
||||
|
||||
/obj/item/weapon/material/twohanded/spear/foam/New(var/newloc)
|
||||
..(newloc,"foam")
|
||||
@@ -42,7 +42,7 @@
|
||||
icon_state = "fireaxe_mask0"
|
||||
unbreakable = 1
|
||||
damtype = HALLOSS
|
||||
force = 5
|
||||
force = 0.01
|
||||
|
||||
/obj/item/weapon/material/twohanded/fireaxe/foam/New(var/newloc)
|
||||
..(newloc,"foam")
|
||||
|
||||
Reference in New Issue
Block a user