Fix reference to mob

This commit is contained in:
Markolie
2015-08-30 07:48:55 +02:00
parent 911bb10957
commit 8ba6832590
+1 -1
View File
@@ -245,7 +245,7 @@
if(H.stat == DEAD)
return
if(occupant)
R << "<span class='warning'>The cell is already occupied!</span>"
H << "<span class='warning'>The cell is already occupied!</span>"
return
if(isnull(H.internal_organs_by_name["cell"]))
return