mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Firecode Fix & Phoron Bore Adjustment (#10341)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4c3fde8ba3
commit
a469097e15
@@ -440,6 +440,7 @@
|
|||||||
return
|
return
|
||||||
|
|
||||||
if(ticker == burst)
|
if(ticker == burst)
|
||||||
|
next_fire_time = world.time + fire_delay
|
||||||
if(muzzle_flash)
|
if(muzzle_flash)
|
||||||
if(gun_light)
|
if(gun_light)
|
||||||
addtimer(CALLBACK(src, TYPE_PROC_REF(/atom, set_light),light_brightness), burst_delay, TIMER_DELETE_ME)
|
addtimer(CALLBACK(src, TYPE_PROC_REF(/atom, set_light),light_brightness), burst_delay, TIMER_DELETE_ME)
|
||||||
|
|||||||
@@ -165,7 +165,6 @@
|
|||||||
item_state = "bore"
|
item_state = "bore"
|
||||||
wielded_item_state = "bore-wielded"
|
wielded_item_state = "bore-wielded"
|
||||||
one_handed_penalty = 5
|
one_handed_penalty = 5
|
||||||
fire_delay = 20
|
|
||||||
|
|
||||||
projectile_type = /obj/item/projectile/bullet/magnetic/bore
|
projectile_type = /obj/item/projectile/bullet/magnetic/bore
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user