mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Add files via upload
This commit is contained in:
@@ -373,11 +373,11 @@
|
|||||||
charge_cost = 600
|
charge_cost = 600
|
||||||
modifystate = "handbowkill"
|
modifystate = "handbowkill"
|
||||||
firemodes = list(
|
firemodes = list(
|
||||||
list(mode_name="lethal", fire_delay=12, projectile_type=/obj/item/projectile/energy/bolt/heavy, modifystate="handbowkill", charge_cost = 600),
|
list(mode_name="lethal", fire_delay=12, projectile_type=/obj/item/projectile/energy/phase/bolt/heavy, modifystate="handbowkill", charge_cost = 600), //CHOMP Edit
|
||||||
list(mode_name="low-power", fire_delay=8, projectile_type=/obj/item/projectile/energy/bolt, modifystate="handbowstun", charge_cost = 160),
|
list(mode_name="low-power", fire_delay=8, projectile_type=/obj/item/projectile/energy/phase/bolt, modifystate="handbowstun", charge_cost = 160), //CHOMP Edit
|
||||||
)
|
)
|
||||||
|
|
||||||
/obj/item/weapon/gun/energy/locked/frontier/holdout/unlocked
|
/obj/item/weapon/gun/energy/locked/frontier/handbow/unlocked
|
||||||
desc = "An minaturized weapon that fires a bolt of engery. Includes a built-in crank charger for recharging away from civilization."
|
desc = "An minaturized weapon that fires a bolt of engery. Includes a built-in crank charger for recharging away from civilization."
|
||||||
req_access = newlist() //for toggling safety
|
req_access = newlist() //for toggling safety
|
||||||
locked = 0
|
locked = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user