Skip to content

Commit

Permalink
Removes a lot of unused floor sprites (ParadiseSS13#27057)
Browse files Browse the repository at this point in the history
* Removes a lot of unused floor sprites

* Fix floors

* OOPS
  • Loading branch information
DGamerL authored Oct 22, 2024
1 parent f5a4bd0 commit 9fe906d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
9 changes: 6 additions & 3 deletions _maps/map_files/generic/centcomm.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,9 @@
"ds" = (
/turf/simulated/wall/indestructible/syndicate,
/area/centcom)
"dt" = (
/turf/simulated/floor/plasteel/stairs/right,
/area/syndicate_mothership)
"du" = (
/obj/structure/table,
/obj/item/reagent_containers/drinks/shaker,
Expand Down Expand Up @@ -5565,7 +5568,7 @@
/turf/simulated/floor/plating,
/area/shuttle/syndicate)
"sK" = (
/turf/simulated/floor/plasteel/stairs/old,
/turf/simulated/floor/plasteel/stairs/left,
/area/syndicate_mothership)
"sL" = (
/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated,
Expand Down Expand Up @@ -62442,7 +62445,7 @@ ab
ab
ab
ab
BZ
sK
hG
UO
iT
Expand Down Expand Up @@ -65789,7 +65792,7 @@ BY
BY
BY
BY
sK
dt
XJ
XJ
tW
Expand Down
2 changes: 1 addition & 1 deletion _maps/map_files/templates/biodome_beach.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
/turf/simulated/floor/beach/water,
/area/ruin/powered/beach)
"bM" = (
/turf/simulated/floor/plasteel/stairs/old,
/turf/simulated/floor/plasteel/stairs,
/area/ruin/powered/beach)
"bN" = (
/obj/structure/flora/ausbushes/reedbush,
Expand Down
2 changes: 1 addition & 1 deletion code/game/turfs/simulated/floor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
GLOBAL_LIST_INIT(icons_to_ignore_at_floor_init, list("damaged1","damaged2","damaged3","damaged4",
"damaged5","panelscorched","floorscorched1","floorscorched2","platingdmg1","platingdmg2",
"platingdmg3","plating","light_on","warnplate", "warnplatecorner","metalfoam", "ironfoam",
"light_off","wall_thermite","grass1","grass2","grass3","grass4",
"light_off","grass1","grass2","grass3","grass4",
"asteroid","asteroid_dug","asteroid0","asteroid1","asteroid2","asteroid3","asteroid4",
"asteroid5","asteroid6","asteroid7","asteroid8","asteroid9","asteroid10","asteroid11","asteroid12",
"oldburning","light-on-r","light-on-y","light-on-g","light-on-b", "wood", "wood-broken", "carpet",
Expand Down
5 changes: 3 additions & 2 deletions code/game/turfs/simulated/floor/plasteel_floor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,15 @@

/turf/simulated/floor/plasteel/stairs
icon_state = "stairs"

/turf/simulated/floor/plasteel/stairs/left
icon_state = "stairs-l"

/turf/simulated/floor/plasteel/stairs/medium
icon_state = "stairs-m"

/turf/simulated/floor/plasteel/stairs/right
icon_state = "stairs-r"
/turf/simulated/floor/plasteel/stairs/old
icon_state = "stairs-old"

/turf/simulated/floor/plasteel/grimy
icon_state = "grimy"
Binary file modified icons/turf/floors.dmi
Binary file not shown.
2 changes: 1 addition & 1 deletion paradise.dme
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,7 @@
#include "code\game\verbs\switch_server.dm"
#include "code\game\verbs\webmap.dm"
#include "code\game\verbs\who.dm"
#include "code\goonstation\modules\power\power_transmission_laser\transmission_laser.dm"
#include "code\modules\admin\admin_investigate.dm"
#include "code\modules\admin\admin_memo.dm"
#include "code\modules\admin\admin_ranks.dm"
Expand Down Expand Up @@ -2609,7 +2610,6 @@
#include "code\modules\power\powernets\local_powernet.dm"
#include "code\modules\power\powernets\powernet_helpers.dm"
#include "code\modules\power\powernets\regional_powernet.dm"
#include "code\goonstation\modules\power\power_transmission_laser\transmission_laser.dm"
#include "code\modules\procedural_mapping\mapGenerator.dm"
#include "code\modules\procedural_mapping\mapGeneratorModule.dm"
#include "code\modules\procedural_mapping\mapGeneratorReadme.dm"
Expand Down

0 comments on commit 9fe906d

Please sign in to comment.