Fixes safes not having adjacency checks (#30859)
* Update safe.dm * Update safe.dm
This commit is contained in:
committed by
CitadelStationBot
parent
fd2e1c896f
commit
7c0e17236d
@@ -96,7 +96,10 @@ FLOOR SAFES
|
||||
if(!ishuman(usr))
|
||||
return
|
||||
var/mob/living/carbon/human/user = usr
|
||||
|
||||
|
||||
if(!user.canUseTopic(src))
|
||||
return
|
||||
|
||||
var/canhear = 0
|
||||
if(user.is_holding_item_of_type(/obj/item/clothing/neck/stethoscope))
|
||||
canhear = 1
|
||||
|
||||
Reference in New Issue
Block a user