mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
Allows ghosts to examine ore box contents (#19097)
Removes a check to see if the user is a human/robot mob, and allows anyone to view the contents, still must be adjacent but that's not an issue for ghosts
This commit is contained in:
@@ -73,9 +73,6 @@
|
||||
|
||||
/obj/structure/ore_box/get_examine_text(mob/user, distance, is_adjacent, infix, suffix)
|
||||
. = ..()
|
||||
// Borgs can now check contents too.
|
||||
if(!ishuman(user) && !isrobot(user))
|
||||
return
|
||||
if(!is_adjacent) //Can only check the contents of ore boxes if you can physically reach them.
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user