Update cloning.dm

This commit is contained in:
Ghom
2020-03-02 01:28:20 +01:00
committed by GitHub
parent efaa99ae27
commit 4d4708a6ae
+2 -1
View File
@@ -506,6 +506,7 @@
if(unattached_flesh.len <= 0)
occupant_overlay = image(occupant.icon, occupant.icon_state)
occupant_overlay.copy_overlays(occupant)
. += "cover-on"
else
occupant_overlay = image(CRYOMOBS, "clone_meat")
var/matrix/tform = matrix()
@@ -519,7 +520,7 @@
occupant_overlay.pixel_x = round(sin(world.time * 3))
. += occupant_overlay
. += "cover-on"
. += "cover-on"
. += "panel"
/*