Skip to content

Commit

Permalink
Hydro lights removal UNUSED! (#6803)
Browse files Browse the repository at this point in the history
# About the pull request

removes hydro lights that were colony lights before colony lights and
replaces the only ocurance with colony light that has the same sprite

# Explain why it's good for the game
less mess


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
del: removes UNUSED hydro lights that were replaced by colony lights
long ago
/:cl:

---------

Co-authored-by: vincibrv <[email protected]>
  • Loading branch information
cuberound and uuuuhuuuu authored Jul 29, 2024
1 parent fdf701b commit 33bf0c2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 180 deletions.
169 changes: 0 additions & 169 deletions code/game/machinery/bio-dome_floodlights.dm

This file was deleted.

8 changes: 0 additions & 8 deletions code/modules/vehicles/multitile/multitile_bump.dm
Original file line number Diff line number Diff line change
Expand Up @@ -437,14 +437,6 @@
qdel(src)
return TRUE

/obj/structure/machinery/hydro_floodlight/handle_vehicle_bump(obj/vehicle/multitile/V)
if(V.vehicle_flags & VEHICLE_CLASS_WEAK)
return FALSE
playsound(V, 'sound/effects/metal_crash.ogg', 20)
visible_message(SPAN_DANGER("\The [V] crushes \the [src]!"))
qdel(src)
return TRUE

/obj/structure/machinery/floodlight/handle_vehicle_bump(obj/vehicle/multitile/V)
if(V.vehicle_flags & VEHICLE_CLASS_WEAK)
return FALSE
Expand Down
1 change: 0 additions & 1 deletion colonialmarines.dme
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,6 @@
#include "code\game\machinery\autolathe.dm"
#include "code\game\machinery\autolathe_datums.dm"
#include "code\game\machinery\Beacon.dm"
#include "code\game\machinery\bio-dome_floodlights.dm"
#include "code\game\machinery\biohazard_lockdown.dm"
#include "code\game\machinery\bioprinter.dm"
#include "code\game\machinery\buttons.dm"
Expand Down
2 changes: 1 addition & 1 deletion maps/templates/baseone.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@
/turf/open/floor/almayer/blue/north,
/area/adminlevel/bunker01/hydroponics)
"bD" = (
/obj/structure/machinery/hydro_floodlight,
/obj/structure/machinery/colony_floodlight,
/turf/open/floor/almayer/blue/northeast,
/area/adminlevel/bunker01/hydroponics)
"bE" = (
Expand Down
2 changes: 1 addition & 1 deletion maps/templates/basetwo.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@
/turf/open/floor/almayer/blue/north,
/area/adminlevel/bunker01/hydroponics)
"df" = (
/obj/structure/machinery/hydro_floodlight,
/obj/structure/machinery/colony_floodlight,
/turf/open/floor/almayer/blue/northeast,
/area/adminlevel/bunker01/hydroponics)
"dg" = (
Expand Down

0 comments on commit 33bf0c2

Please sign in to comment.