512 forward compatibility merge
This commit is contained in:
committed by
CitadelStationBot
parent
fd2705b6e6
commit
4b297f509e
@@ -307,7 +307,7 @@
|
||||
var/mob/living/simple_animal/hostile/statue/S = new(P.loc, owner)
|
||||
S.name = "statue of [L.name]"
|
||||
if(owner)
|
||||
S.faction = list("\ref[owner]")
|
||||
S.faction = list("[REF(owner)]")
|
||||
S.icon = P.icon
|
||||
S.icon_state = P.icon_state
|
||||
S.copy_overlays(P, TRUE)
|
||||
|
||||
Reference in New Issue
Block a user