mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[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:
@@ -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)]")
|
||||
|
||||
Reference in New Issue
Block a user