Merge pull request #10690 from Ghommie/Ghommie-cit525

Additional runtime fixes.
This commit is contained in:
kevinz000
2020-01-25 05:54:35 -07:00
committed by GitHub
7 changed files with 33 additions and 29 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
var/computer_id = null
var/list/logging = list()
var/obj/machinery/machine = null
var/atom/machine = null
var/next_move = null
var/create_area_cooldown
+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(H) //regenerate eyeballs overlays.
M.update_tint()
owner.update_sight()