mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Merge pull request #5485 from Mechoid/Fix_Mechanized_Chainsaw
Fixes the Ultra AC2's burstfire bug.
This commit is contained in:
@@ -38,11 +38,13 @@
|
||||
projectiles--
|
||||
var/P = new projectile(curloc)
|
||||
Fire(P, target)
|
||||
if(i == 1)
|
||||
set_ready_state(0)
|
||||
if(fire_cooldown)
|
||||
sleep(fire_cooldown)
|
||||
if(auto_rearm)
|
||||
projectiles = projectiles_per_shot
|
||||
set_ready_state(0)
|
||||
// set_ready_state(0)
|
||||
do_after_cooldown()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user