mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
Convert some bools to TRUE/FALSE instead of 1/0. (#11100)
Co-authored-by: Aronai Sieyes <arokha@arokha.com>
This commit is contained in:
co-authored by
Aronai Sieyes
parent
9ce7af6ca1
commit
577b986ba6
@@ -3,7 +3,7 @@
|
||||
desc = "This shouldn't be seen, yell at a dev."
|
||||
icon = 'icons/effects/effects.dmi'
|
||||
icon_state = "rift"
|
||||
anchored = 1
|
||||
anchored = TRUE
|
||||
|
||||
var/last_spawn = 0
|
||||
var/spawn_delay = 10 MINUTES
|
||||
@@ -153,7 +153,7 @@ It also makes it so a ghost wont know where all the goodies/mobs are.
|
||||
mob_faction = "wild animal"
|
||||
total_spawns = -1
|
||||
destructible = 0
|
||||
anchored = 1
|
||||
anchored = TRUE
|
||||
invisibility = 101
|
||||
spawn_types = list(
|
||||
/mob/living/simple_mob/animal/passive/gaslamp = 20,
|
||||
@@ -171,7 +171,7 @@ It also makes it so a ghost wont know where all the goodies/mobs are.
|
||||
total_spawns = -1
|
||||
destructible = 1
|
||||
health = 50
|
||||
anchored = 1
|
||||
anchored = TRUE
|
||||
icon = 'icons/mob/actions.dmi'
|
||||
icon_state = "alien_egg"
|
||||
spawn_types = list(
|
||||
@@ -190,7 +190,7 @@ It also makes it so a ghost wont know where all the goodies/mobs are.
|
||||
total_spawns = 1
|
||||
destructible = 1
|
||||
health = 50
|
||||
anchored = 1
|
||||
anchored = TRUE
|
||||
icon = 'icons/mob/actions.dmi'
|
||||
icon_state = "alien_egg"
|
||||
spawn_types = list(
|
||||
|
||||
Reference in New Issue
Block a user