Additional runtime fixes.

This commit is contained in:
Ghommie
2020-01-24 04:56:41 +01:00
parent 14a33ee7dc
commit 95a2479c6a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44934,7 +44934,7 @@
/area/maintenance/port)
"bKY" = (
/obj/machinery/power/apc{
areastring = "/area/vacant_room/office";
areastring = "/area/security/vacantoffice";
dir = 8;
name = "Vacant Office APC";
pixel_x = -25
+1 -1
View File
@@ -43,7 +43,7 @@
else
eye_color = H.eye_color
if(!special)
H.dna?.species?.handle_body() //regenerate eyeballs overlays.
H.dna?.species?.handle_body(M) //regenerate eyeballs overlays.
M.update_tint()
owner.update_sight()