mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
only missing alt titles
This commit is contained in:
@@ -16,7 +16,7 @@ var/list/ghost_traps
|
||||
|
||||
/datum/ghosttrap
|
||||
var/object = "positronic brain"
|
||||
var/list/ban_checks = list("AI","Cyborg")
|
||||
var/list/ban_checks = list(JOB_AI,JOB_CYBORG)
|
||||
var/pref_check = BE_AI
|
||||
var/ghost_trap_message = "They are occupying a positronic brain now."
|
||||
var/ghost_trap_role = "Positronic Brain"
|
||||
@@ -111,4 +111,4 @@ var/list/ghost_traps
|
||||
// This is a hack, replace with some kind of species blurb proc.
|
||||
if(istype(target,/mob/living/carbon/alien/diona))
|
||||
to_chat(target, "<B>You are \a [target], one of a race of drifting interstellar plantlike creatures that sometimes share their seeds with human traders.</B>")
|
||||
to_chat(target, "<B>Too much darkness will send you into shock and starve you, but light will help you heal.</B>")
|
||||
to_chat(target, "<B>Too much darkness will send you into shock and starve you, but light will help you heal.</B>")
|
||||
|
||||
Reference in New Issue
Block a user