Fixed an invalid variable call in a string

[p_theyre()] to [M.p_theyre()]
This commit is contained in:
Weblure
2019-10-29 21:45:36 -07:00
committed by GitHub
parent 0a793754a2
commit 4ca5841828
@@ -245,7 +245,7 @@
if(GLOB.cameranet.checkTurfVis(remote_eye.loc))
for(var/mob/living/carbon/monkey/M in remote_eye.loc)
if(M.stat)
M.visible_message("[M] vanishes as [p_theyre()] reclaimed for recycling!")
M.visible_message("[M] vanishes as [M.p_theyre()] reclaimed for recycling!")
X.monkeys = round(X.monkeys + 0.2,0.1)
qdel(M)
if (X.monkeys == (round(X.monkeys,1)))