getting close

This commit is contained in:
VerySoft
2022-12-22 12:33:25 -05:00
parent 7c3f770e3c
commit a7cc2ce61a
5 changed files with 230 additions and 413 deletions
@@ -851,6 +851,16 @@
catalogue_data = list(/datum/category_item/catalogue/fauna/catslug/custom/pilotslug)
say_list_type = /datum/say_list/catslug/custom/pilotslug
/mob/living/simple_mob/vore/alienanimals/catslug/custom/pilotslug/Initialize()
. = ..()
if(prob(25))
var/list/possible_targets = list()
for(var/obj/machinery/computer/ship/helm/h in world)
if(h.z in using_map.player_levels)
possible_targets |= h
var/final = pick(possible_targets)
forceMove(get_turf(final))
/datum/category_item/catalogue/fauna/catslug/custom/pilotslug
name = "Alien Wildlife - Catslug - Navigator Purrverick"
desc = "A resident at NSB Rascal's Pass, Navigator Purrverick \
+1
View File
@@ -8403,6 +8403,7 @@
pixel_x = -24;
pixel_y = 25
},
/mob/living/simple_mob/vore/alienanimals/catslug/custom/pilotslug,
/turf/simulated/floor/tiled,
/area/centcom/holding)
"HK" = (
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -615,8 +615,8 @@
pixel_y = 6
},
/obj/structure/sign/directions{
desc = "A direction sign, pointing out the way to Exploration.";
name = "\improper Exploration Department";
desc = "A direction sign, pointing out the way to the shuttle bay.";
name = "\improper Shuttle Bay";
pixel_x = 32;
pixel_y = -6
},
@@ -685,8 +685,8 @@
pixel_y = 6
},
/obj/structure/sign/directions{
desc = "A direction sign, pointing out the way to Exploration.";
name = "\improper Exploration Department";
desc = "A direction sign, pointing out the way to the shuttle bay.";
name = "\improper Shuttle Bay";
pixel_x = -32;
pixel_y = -6
},
@@ -5509,9 +5509,9 @@
pixel_y = 6
},
/obj/structure/sign/directions{
desc = "A direction sign, pointing out the way to Exploration.";
desc = "A direction sign, pointing out the way to the shuttle bay.";
dir = 1;
name = "\improper Exploration Department";
name = "\improper Shuttle Bay";
pixel_x = 32;
pixel_y = -12
},
+1
View File
@@ -8437,6 +8437,7 @@
pixel_x = -24;
pixel_y = 25
},
/mob/living/simple_mob/vore/alienanimals/catslug/custom/pilotslug,
/turf/simulated/floor/tiled,
/area/centcom/holding)
"HK" = (