added a fattening tile

related to the new WG mineral, this tile wil fatten up anyone who steps on it

(other changes: had to comment out some stuff that I won't work on for now, it was producing errors)
This commit is contained in:
Sonoida
2023-01-04 19:37:49 +01:00
parent 60af4e60c5
commit 3b24c6eff1
8 changed files with 28 additions and 57 deletions
@@ -216,14 +216,14 @@
mineral = "bananium"
glass_type = /obj/machinery/door/airlock/bananium/glass
/obj/structure/door_assembly/door_assembly_calorit //GS13
name = "calorit airlock assembly"
desc = "Very inviting."
icon = 'icons/obj/doors/airlocks/station/calorit.dmi'
base_name = "calorit airlock"
airlock_type = /obj/machinery/door/airlock/calorit
mineral = "calorit"
glass_type = /obj/machinery/door/airlock/calorit/glass
// /obj/structure/door_assembly/door_assembly_calorit //GS13
// name = "calorit airlock assembly"
// desc = "Very inviting."
// icon = 'icons/obj/doors/airlocks/station/calorit.dmi'
// base_name = "calorit airlock"
// airlock_type = /obj/machinery/door/airlock/calorit
// mineral = "calorit"
// glass_type = /obj/machinery/door/airlock/calorit/glass
/obj/structure/door_assembly/door_assembly_sandstone
name = "sandstone airlock assembly"
+8 -8
View File
@@ -263,14 +263,14 @@
walltype = /turf/closed/wall/mineral/bananium
canSmoothWith = list(/obj/structure/falsewall/bananium, /turf/closed/wall/mineral/bananium)
/obj/structure/falsewall/calorit //GS13
name = "calorit wall"
desc = "A wall with calorit plating. Burp."
icon = 'icons/turf/walls/calorit_wall.dmi'
icon_state = "calorit"
mineral = /obj/item/stack/sheet/mineral/calorit
walltype = /turf/closed/wall/mineral/calorit
canSmoothWith = list(/obj/structure/falsewall/calorit, /turf/closed/wall/mineral/calorit)
// /obj/structure/falsewall/calorit //GS13
// name = "calorit wall"
// desc = "A wall with calorit plating. Burp."
// icon = 'icons/turf/walls/calorit_wall.dmi'
// icon_state = "calorit"
// mineral = /obj/item/stack/sheet/mineral/calorit
// walltype = /turf/closed/wall/mineral/calorit
// canSmoothWith = list(/obj/structure/falsewall/calorit, /turf/closed/wall/mineral/calorit)
/obj/structure/falsewall/sandstone