didnt port this properly

This commit is contained in:
ZeroMan
2020-03-27 22:07:48 -04:00
parent 54bce5ecc6
commit 6e6d8b5098
@@ -84,7 +84,7 @@ GLOBAL_LIST_EMPTY(parasites) //all currently existing/living guardians
/mob/living/simple_animal/hostile/guardian/proc/updatetheme(theme) //update the guardian's theme
if(!theme)
theme = pick("magic", "tech", "carp", "hive")
theme = pick("magic", "tech", "carp")
switch(theme)//should make it easier to create new stand designs in the future if anyone likes that
if("magic")
name = "Guardian Spirit"