mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
Fixing the deep space gorilla.
This commit is contained in:
@@ -56,11 +56,9 @@
|
|||||||
/obj/structure/chair/sofa{
|
/obj/structure/chair/sofa{
|
||||||
dir = 4
|
dir = 4
|
||||||
},
|
},
|
||||||
/mob/living/simple_animal/hostile/gorilla{
|
/mob/living/simple_animal/hostile/gorilla/familiar{
|
||||||
AIStatus = null;
|
icon_state = "crawling";
|
||||||
desc = "There is no need to be upset.";
|
dir = 4
|
||||||
dir = 4;
|
|
||||||
name = "Familiar Gorilla"
|
|
||||||
},
|
},
|
||||||
/turf/open/floor/plating/beach/sand,
|
/turf/open/floor/plating/beach/sand,
|
||||||
/area/ruin/powered)
|
/area/ruin/powered)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
#define GORILLA_TOTAL_LAYERS 1
|
#define GORILLA_TOTAL_LAYERS 1
|
||||||
|
|
||||||
/mob/living/simple_animal/hostile/gorilla
|
/mob/living/simple_animal/hostile/gorilla
|
||||||
name = "Gorilla"
|
name = "gorilla"
|
||||||
desc = "A ground-dwelling, predominantly herbivorous ape that inhabits the forests of central Africa."
|
desc = "A ground-dwelling, predominantly herbivorous ape that inhabits the forests of central Africa."
|
||||||
icon = 'icons/mob/gorilla.dmi'
|
icon = 'icons/mob/gorilla.dmi'
|
||||||
icon_state = "crawling"
|
icon_state = "crawling"
|
||||||
@@ -108,3 +108,10 @@
|
|||||||
playsound(src, 'sound/creatures/gorilla.ogg', 200)
|
playsound(src, 'sound/creatures/gorilla.ogg', 200)
|
||||||
oogas = 0
|
oogas = 0
|
||||||
|
|
||||||
|
/mob/living/simple_animal/hostile/gorilla/familiar
|
||||||
|
name = "familiar gorilla"
|
||||||
|
desc = "There is no need to be upset."
|
||||||
|
unique_name = FALSE
|
||||||
|
AIStatus = AI_OFF
|
||||||
|
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
|
||||||
|
minbodytemp = 0
|
||||||
Reference in New Issue
Block a user