Skip to content

Commit

Permalink
Warning dot to thermobaric direct fire dropship_equipment.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenDarkness55 authored Sep 25, 2024
1 parent 35c0b96 commit 8d1eaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_marines/dropship_equipment.dm
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@
var/list/possible_turfs = RANGE_TURFS(ammo_accuracy_range, target_turf)
var/turf/impact = pick(possible_turfs)

if(ammo_travelling_time && istype(SA, /obj/structure/ship_ammo/rocket/custom_missile))
if(ammo_travelling_time && istype(SA, /obj/structure/ship_ammo/rocket/thermobaric))
playsound(impact, ammo_warn_sound, ammo_warn_sound_volume, 1,15)
var/total_seconds = max(floor(ammo_travelling_time/10),1)
for(var/i in 0 to total_seconds)
Expand Down

0 comments on commit 8d1eaf8

Please sign in to comment.