mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Ghostspawner Conversion 2 (#10970)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/datum/ghostspawner/diona_nymph
|
||||
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!"
|
||||
|
||||
spawn_mob = /mob/living/carbon/alien/diona
|
||||
@@ -0,0 +1,10 @@
|
||||
/datum/ghostspawner/imaginary_friend
|
||||
short_name = "imaginary_friend"
|
||||
name = "Imaginary Friend"
|
||||
desc = "Join in as a Imaginary Friend, help them find their way throughout the round."
|
||||
tags = list("Mental Trauma")
|
||||
|
||||
loc_type = GS_LOC_ATOM
|
||||
atom_add_message = "Someone has conjured up an imaginary friend!"
|
||||
|
||||
spawn_mob = /mob/abstract/mental/friend
|
||||
@@ -0,0 +1,10 @@
|
||||
/datum/ghostspawner/living_plant
|
||||
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!"
|
||||
|
||||
spawn_mob = /mob/living
|
||||
@@ -0,0 +1,10 @@
|
||||
/datum/ghostspawner/split_personality
|
||||
short_name = "split_personality"
|
||||
name = "Split Personality"
|
||||
desc = "Join in as a Split Personality, play the alter ego of one poor crewmember."
|
||||
tags = list("Mental Trauma")
|
||||
|
||||
loc_type = GS_LOC_ATOM
|
||||
atom_add_message = "Someone has developed a split personality!"
|
||||
|
||||
spawn_mob = /mob/living/mental/split_personality
|
||||
@@ -0,0 +1,10 @@
|
||||
/datum/ghostspawner/rebooted_maint_drone
|
||||
short_name = "rebooted_maint_drone"
|
||||
name = "Rebooted Maint Drone"
|
||||
desc = "Join in as a Rebooted Maintenance Drone. Do dronelike things."
|
||||
tags = list("Simple Mobs")
|
||||
|
||||
loc_type = GS_LOC_ATOM
|
||||
atom_add_message = "A maintenance drone has started its rebooting procedure!"
|
||||
|
||||
spawn_mob = /mob/living/silicon/robot/drone
|
||||
Reference in New Issue
Block a user