Convert some bools to TRUE/FALSE instead of 1/0.

This commit is contained in:
Chompstation Bot
2021-07-16 17:44:40 +00:00
parent 1be5570337
commit 481c0e314e
523 changed files with 6976 additions and 1284 deletions
@@ -79,14 +79,14 @@
icon = 'icons/obj/flora/amayastuff.dmi'
desc = "Small stones sit beside this large boulder. Moss grows on the top of each of them."
icon_state = "bigboulder1"
density = 1
density = TRUE
/obj/structure/flora/bboulder2
name = "jagged large boulder"
icon = 'icons/obj/flora/amayastuff.dmi'
desc = "This boulder has had plates broken off it. Moss grows in the cracks and across the top."
icon_state = "bigboulder2"
density = 1
density = TRUE
/obj/structure/flora/rocks1
name = "rocks"
+1 -1
View File
@@ -2,7 +2,7 @@
/obj/structure/flora/grass
name = "grass"
icon = 'icons/obj/flora/snowflora.dmi'
anchored = 1
anchored = TRUE
/obj/structure/flora/grass/brown
icon_state = "snowgrass1bb"
+2 -2
View File
@@ -1,8 +1,8 @@
//trees
/obj/structure/flora/tree
name = "tree"
anchored = 1
density = 1
anchored = TRUE
density = TRUE
pixel_x = -16
plane = MOB_PLANE // You know what, let's play it safe.
layer = ABOVE_MOB_LAYER