Merge pull request #16959 from LatD/xenobiomonkey

Fixes xenobio console breaking with monkey numbers
This commit is contained in:
KorPhaeron
2016-04-21 02:23:37 -05:00
@@ -169,5 +169,5 @@
for(var/mob/living/carbon/monkey/M in remote_eye.loc)
if(M.stat)
M.visible_message("[M] vanishes as they are reclaimed for recycling!")
X.monkeys += 0.2
X.monkeys = round(X.monkeys + 0.2,0.1)
qdel(M)