mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
getting close
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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
@@ -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
|
||||
},
|
||||
|
||||
@@ -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" = (
|
||||
|
||||
Reference in New Issue
Block a user