Skip to content

Commit

Permalink
replaces hydro lights with colony lights
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Jul 26, 2024
1 parent b412fdb commit 8218d2d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 179 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 @@ -842,7 +842,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

0 comments on commit 8218d2d

Please sign in to comment.