mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
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:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user