Skip to content

Commit

Permalink
increases exxecution speed of CAS FM, number is up for a debate
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Jan 27, 2024
1 parent fcae67e commit 88370fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/cas_manager/datums/cas_fire_mission.dm
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
return "Weapon [weapon_string] has not enough ammunition to complete this Fire Mission"
return "Unknown Error"

/datum/cas_fire_mission/proc/execute_firemission(obj/structure/machinery/computer/dropship_weapons/linked_console, turf/initial_turf, direction = NORTH, steps = 12, step_delay = 3, datum/cas_fire_envelope/envelope = null)
/datum/cas_fire_mission/proc/execute_firemission(obj/structure/machinery/computer/dropship_weapons/linked_console, turf/initial_turf, direction = NORTH, steps = 12, step_delay = 2.5, datum/cas_fire_envelope/envelope = null)
if(initial_turf == null || check(linked_console) != FIRE_MISSION_ALL_GOOD)
return FIRE_MISSION_NOT_EXECUTABLE

Expand Down

0 comments on commit 88370fa

Please sign in to comment.