[MIRROR] Netherworld Mobs Refractor [MDB IGNORE] (#19181)

* Netherworld Mobs Refractor

* Update statues.dm

* Update tgstation.dme

* w

---------

Co-authored-by: Comxy <tijntensen@gmail.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-03-10 03:44:53 +01:00
committed by GitHub
parent e07ce00128
commit 88f8ef7adc
26 changed files with 618 additions and 390 deletions
+1 -1
View File
@@ -198,7 +198,7 @@
var/obj/structure/statue/petrified/P = src
if(P.petrified_mob)
var/mob/living/L = P.petrified_mob
var/mob/living/simple_animal/hostile/netherworld/statue/S = new(P.loc, owner)
var/mob/living/basic/statue/S = new(P.loc, owner)
S.name = "statue of [L.name]"
if(owner)
S.faction = list("[REF(owner)]")