powder that makes you say yes

This commit is contained in:
Razgriz
2022-03-27 00:20:39 -07:00
committed by GitHub
parent 390bca0ec1
commit bccde2328a

View File

@@ -50,12 +50,8 @@
icon_state = "energystun"
item_state = null //so the human update icon uses the icon_state instead.
force = 8
<<<<<<< HEAD
w_class = ITEMSIZE_HUGE //Probably gonna make it a rifle sooner or later //CHOMP Edit, and so I did.
slot_flags = SLOT_BELT|SLOT_BACK //CHOMP Edit. Let's make it so that if it doesn't fit in a backpack, it doesn't fit in a holster either.
=======
w_class = ITEMSIZE_LARGE
>>>>>>> cce944d043... Merge pull request #12522 from GhostActual/Firearms1
fire_delay = 6
projectile_type = /obj/item/projectile/beam/stun/weak
@@ -137,4 +133,4 @@
firemodes = list(
list(mode_name="stun", projectile_type=/obj/item/projectile/beam/stun, modifystate="nucgunstun", charge_cost = 240),
list(mode_name="lethal", projectile_type=/obj/item/projectile/beam, modifystate="nucgunkill", charge_cost = 480),
)
)