mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 19:43:13 +01:00
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
322 B
Plaintext
12 lines
322 B
Plaintext
/datum/ghostspawner/living_plant/New()
|
|
..()
|
|
short_name = "living_plant"
|
|
name = "Living Plant"
|
|
desc = "Join in as a Living Plant. What do plants do?"
|
|
tags = list("Simple Mobs")
|
|
|
|
loc_type = GS_LOC_ATOM
|
|
atom_add_message = "A Living Plant has sprung up somewhere on the [station_name(TRUE)]!"
|
|
|
|
spawn_mob = /mob/living
|