only missing alt titles

This commit is contained in:
Kashargul
2024-09-12 22:48:14 +02:00
parent 4ba7beeb9c
commit 8a90ae6523
98 changed files with 416 additions and 361 deletions
+2 -2
View File
@@ -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>")