mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 17:45:02 +01:00
fixes nightmares not getting nightmare names (#49835)
* NICE * even nicer
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
. = ..()
|
||||
to_chat(C, "[info_text]")
|
||||
|
||||
C.fully_replace_character_name("[pick(GLOB.nightmare_names)]")
|
||||
C.fully_replace_character_name(null, pick(GLOB.nightmare_names))
|
||||
|
||||
/datum/species/shadow/nightmare/bullet_act(obj/projectile/P, mob/living/carbon/human/H)
|
||||
var/turf/T = H.loc
|
||||
|
||||
Reference in New Issue
Block a user