mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-11 16:07:36 +01:00
27704cc8d2
Replaces many references of station with SSatlas variables using station_name(). Touches alot of things in the process (mostly moving some aspects to New() to allow for calling of proc/variable.) --------- Signed-off-by: Ben <91219575+Ben10083@users.noreply.github.com> Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com> Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
12 lines
360 B
Plaintext
12 lines
360 B
Plaintext
/datum/ghostspawner/diona_nymph/New()
|
|
..()
|
|
short_name = "diona_nymph"
|
|
name = "Diona Nymph"
|
|
desc = "Join in as a Diona Nymph. Suck blood, act cuter than you really are."
|
|
tags = list("Simple Mobs")
|
|
|
|
loc_type = GS_LOC_ATOM
|
|
atom_add_message = "A Diona Nymph has sprung up somewhere on the [station_name(TRUE)]!"
|
|
|
|
spawn_mob = /mob/living/carbon/alien/diona
|