Skip to content

Commit

Permalink
Fixes spotlight breaking every time (#6184)
Browse files Browse the repository at this point in the history
# About the pull request

Spotlight no longer turns off during transit. Who cares about lighting
in space anyway?

# Explain why it's good for the game

Convenient and clear.


# Testing Photographs and Procedure
<details>
I tested it

</details>


# Changelog
:cl: ihatethisengine
fix: spotlight no longer breaks after every flight
/:cl:
  • Loading branch information
ihatethisengine authored Apr 24, 2024
1 parent dc9aa36 commit cc1ba1d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/modules/cm_marines/dropship_equipment.dm
Original file line number Diff line number Diff line change
Expand Up @@ -524,12 +524,6 @@
if(light_on)
set_light(0)

/obj/structure/dropship_equipment/electronics/spotlights/on_launch()
set_light(0)

/obj/structure/dropship_equipment/electronics/spotlights/on_arrival()
set_light(brightness)

/obj/structure/dropship_equipment/electronics/spotlights/ui_data(mob/user)
. = list()
var/is_deployed = light_on
Expand Down

0 comments on commit cc1ba1d

Please sign in to comment.