fixes constructs (#17146)

- gets rid of sleeps
- makes it so their spells show
This commit is contained in:
Cameron Lennox
2025-02-15 01:55:47 -05:00
committed by GitHub
parent 600b7471f2
commit 8c26ed816d
3 changed files with 30 additions and 29 deletions
@@ -97,8 +97,8 @@
/mob/living/simple_mob/construct/cultify()
return
/mob/living/simple_mob/construct/New()
..()
/mob/living/simple_mob/construct/Initialize(mapload)
. = ..()
name = text("[initial(name)] ([rand(1, 1000)])")
real_name = name
for(var/spell in construct_spells)