mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
c25c8b6a37
* one * two * three * fsdsdf
11 lines
359 B
Plaintext
11 lines
359 B
Plaintext
/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
|