Resprites Grimey Flooring into Grimey Carpets, with smoothing. (#27882)

* Adds new Grimey Carpets to replace old ones.

* PR time

* Moves typescript into updatepaths folder

* Remove duplicate
This commit is contained in:
Tojo
2025-01-10 02:09:40 +00:00
committed by GitHub
parent f6a3974169
commit f3a692b3a7
13 changed files with 381 additions and 1089 deletions
@@ -213,6 +213,16 @@
/obj/item/stack/tile/carpet/royalblue/twenty
amount = 20
/obj/item/stack/tile/carpet/grimey
name = "cheap carpet"
icon_state = "tile-carpet-grimey"
turf_type = /turf/simulated/floor/carpet/grimey
/obj/item/stack/tile/carpet/grimey/ten
amount = 10
/obj/item/stack/tile/carpet/grimey/twenty
amount = 20
//Plasteel
/obj/item/stack/tile/plasteel
name = "floor tiles"
@@ -214,6 +214,12 @@
smoothing_groups = list(SMOOTH_GROUP_TURF, SMOOTH_GROUP_CARPET, SMOOTH_GROUP_CARPET_ROYALBLUE)
canSmoothWith = list(SMOOTH_GROUP_CARPET_ROYALBLUE)
/turf/simulated/floor/carpet/grimey
icon = 'icons/turf/floors/carpet_grimey.dmi'
floor_tile = /obj/item/stack/tile/carpet/grimey
smoothing_groups = list(SMOOTH_GROUP_TURF, SMOOTH_GROUP_CARPET,SMOOTH_GROUP_CARPET_GRIMEY)
canSmoothWith = list(SMOOTH_GROUP_CARPET_GRIMEY)
/turf/simulated/floor/carpet/airless
oxygen = 0
nitrogen = 0