Skip to content

Commit

Permalink
changes fire color on incen OB to be blueish
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarious committed Jun 15, 2024
1 parent a521b0f commit 7198cec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/modules/cm_marines/orbital_cannon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -512,15 +512,13 @@ GLOBAL_LIST_EMPTY(orbital_cannon_cancellation)
var/distance = 18
var/fire_level = 70
var/burn_level = 80
var/fire_color = null
var/fire_color = LIGHT_COLOR_CYAN
var/fire_type = "white"

/obj/structure/ob_ammo/warhead/incendiary/warhead_impact(turf/target)
. = ..()
if (!.)
return
if(fire_color)
fire_type = "dynamic"

new /obj/effect/overlay/temp/blinking_laser (target)
sleep(10)
Expand Down

0 comments on commit 7198cec

Please sign in to comment.