mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-09 17:02:00 +00:00
15 lines
324 B
Plaintext
15 lines
324 B
Plaintext
/datum/ghostspawner/simplemob/spider_queen
|
|
short_name = "spiderqueen"
|
|
name = "Spider Queen"
|
|
desc = "Be a spooky giant spider."
|
|
tags = list("External")
|
|
spawnpoints = list("spiderqueen")
|
|
|
|
max_count = 1
|
|
enabled = FALSE
|
|
|
|
away_site = TRUE
|
|
|
|
respawn_flag = null
|
|
|
|
spawn_mob = /mob/living/simple_animal/hostile/spider_queen |