item/examine() wasn't returning its value, thus all items seemed to be infinitely far away when using the return value from ..() in subclasses.

This commit is contained in:
cmbradsh
2015-10-22 00:05:19 -04:00
parent e78b952bff
commit 51e2384d97
+1 -1
View File
@@ -136,7 +136,7 @@
if(5.0)
size = "huge"
..(user, distance, "", "It is a [size] item.")
. = ..(user, distance, "", "It is a [size] item.")
if(user.research_scanner) //Mob has a research scanner active.
var/msg = "*--------* <BR>"