Skip to content

Commit

Permalink
Update cas_fire_envelope.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
cuberound committed Jan 23, 2024
1 parent 890840b commit d4ff9d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/cas_manager/datums/cas_fire_envelope.dm
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,10 @@

/datum/cas_fire_envelope/uscm_dropship
fire_length = 12
grace_period = 50 //5 seconds
grace_period = 5 SECONDS
flyto_period = 4 SECONDS //sleep in the FM itself has been increased by one more second
flyoff_period = 50 //FIVE seconds
cooldown_period = 100 //f~ I mean, 10 seconds
flyoff_period = 5 SECONDS
cooldown_period = 10 SECONDS
soundeffect = 'sound/weapons/dropship_sonic_boom.ogg' //BOOM~WOOOOOSH~HSOOOOOW~BOOM
step_delay = 3
max_offset = 12
Expand Down

0 comments on commit d4ff9d1

Please sign in to comment.