Skip to content

Commit

Permalink
i forgot to revert this hack
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Aug 22, 2023
1 parent c596140 commit f033356
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion code/game/objects/items/devices/flashlight.dm
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@
name = "illumination flare"
desc = "It's really bright, and unreachable."
icon_state = "" //No sprite
invisibility = 101 //Can't be seen or found, it's "up in the sky"
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
light_range = 7 //Way brighter than most lights
show_flame = FALSE
Expand Down
2 changes: 1 addition & 1 deletion code/modules/cm_marines/equipment/mortar/mortar_shells.dm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
icon_state = "mortar_ammo_flr"

/obj/item/mortar_shell/flare/detonate(turf/T)
new /obj/effect/bright_flare(T)
new /obj/item/device/flashlight/flare/on/illumination(T)
playsound(T, 'sound/weapons/gun_flare.ogg', 50, 1, 4)
deploy_camera(T)

Expand Down

0 comments on commit f033356

Please sign in to comment.