diff --git a/code/modules/power/lighting_neon.dm b/code/modules/power/lighting_neon.dm index a4a44e2335..2d712d1f12 100644 --- a/code/modules/power/lighting_neon.dm +++ b/code/modules/power/lighting_neon.dm @@ -146,11 +146,11 @@ desc = "A bright neon wall sign." light_type = /obj/item/weapon/light/bulb/neon/blue -/obj/machinery/light/small/neon/redcross - icon_state = "RedCross1" - base_state = "RedCross" +/obj/machinery/light/small/neon/cross + icon_state = "GreenCross1" + base_state = "GreenCross" desc = "A bright neon wall sign." - light_type = /obj/item/weapon/light/bulb/neon/red + light_type = /obj/item/weapon/light/bulb/neon/green /obj/machinery/light/small/neon/bar icon_state = "Bar1" diff --git a/icons/obj/lighting_neon.dmi b/icons/obj/lighting_neon.dmi index 4c72f3f24f..e1ab3523aa 100644 Binary files a/icons/obj/lighting_neon.dmi and b/icons/obj/lighting_neon.dmi differ diff --git a/maps/redgate/cybercity.dmm b/maps/redgate/cybercity.dmm index 481de454b6..e3c252f308 100644 --- a/maps/redgate/cybercity.dmm +++ b/maps/redgate/cybercity.dmm @@ -69,7 +69,7 @@ /turf/simulated/floor/wood, /area/redgate/city/library) "ajj" = ( -/obj/machinery/light/small/neon/redcross{ +/obj/machinery/light/small/neon/cross{ pixel_y = 29 }, /turf/simulated/floor/outdoors/sidewalk/slab/city, @@ -10089,7 +10089,7 @@ /turf/simulated/wall/tgmc/darkwall, /area/redgate/city/restaurant) "nlZ" = ( -/obj/machinery/light/small/neon/redcross{ +/obj/machinery/light/small/neon/cross{ pixel_x = 30 }, /turf/simulated/floor/outdoors/sidewalk/slab/city, @@ -15257,7 +15257,7 @@ /turf/simulated/floor/carpet, /area/redgate/city/morgue) "tPW" = ( -/obj/machinery/light/small/neon/redcross{ +/obj/machinery/light/small/neon/cross{ pixel_y = -30 }, /turf/simulated/floor/outdoors/sidewalk/slab/city, diff --git a/vorestation.dme b/vorestation.dme index d8ff667eab..a50e747d93 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -4245,7 +4245,6 @@ #include "maps\expedition_vr\beach\submaps\mountains.dm" #include "maps\expedition_vr\beach\submaps\mountains_areas.dm" #include "maps\gateway_archive_vr\blackmarketpackers.dm" -#include "maps\groundbase\groundbase.dm" #include "maps\southern_cross\items\clothing\sc_accessory.dm" #include "maps\southern_cross\items\clothing\sc_suit.dm" #include "maps\southern_cross\items\clothing\sc_under.dm" @@ -4262,5 +4261,6 @@ #include "maps\submaps\space_submaps\debrisfield\debrisfield.dm" #include "maps\submaps\surface_submaps\wilderness\wilderness.dm" #include "maps\submaps\surface_submaps\wilderness\wilderness_areas.dm" +#include "maps\virgo_minitest\virgo_minitest.dm" #include "maps\~map_system\maps.dm" // END_INCLUDE