Fixes Icarus drones spawning indoors, carps/drones not having night vision (#10339)

This commit is contained in:
fernerr
2020-10-24 23:03:28 +02:00
committed by GitHub
parent c155f0b171
commit 9a7b84378e
6 changed files with 17 additions and 4 deletions
@@ -43,6 +43,8 @@
attack_emote = "nashes at"
flying = TRUE
see_in_dark = 8
see_invisible = SEE_INVISIBLE_NOLIGHTING
/mob/living/simple_animal/hostile/carp/Allow_Spacemove(var/check_drift = 0)
return 1 //No drifting in space for space carp! //original comments do not steal
@@ -54,6 +54,8 @@
tameable = FALSE
flying = TRUE
see_in_dark = 8
see_invisible = SEE_INVISIBLE_NOLIGHTING
/mob/living/simple_animal/hostile/icarus_drone/Initialize()
. = ..()
@@ -30,8 +30,6 @@
destroy_surroundings = 1
emote_see = list("stares","hovers ominously","blinks")
see_in_dark = 8
see_invisible = SEE_INVISIBLE_NOLIGHTING
min_oxy = 0
max_oxy = 0
@@ -46,6 +44,8 @@
faction = "cavern"
flying = TRUE
see_in_dark = 8
see_invisible = SEE_INVISIBLE_NOLIGHTING
/mob/living/simple_animal/hostile/retaliate/cavern_dweller/Allow_Spacemove(var/check_drift = 0)
return 1