mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
Examine!
This commit is contained in:
@@ -943,3 +943,8 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out.
|
||||
// Like the above, but used for RPED sorting of parts.
|
||||
/obj/item/proc/rped_rating()
|
||||
return get_rating()
|
||||
|
||||
/// How are you described if at all when in pockets (or other 'usually not visible' places)
|
||||
/obj/item/proc/pocket_description(mob/haver, mob/examiner)
|
||||
return null // most things are hidden
|
||||
|
||||
@@ -44,6 +44,9 @@
|
||||
|
||||
return FALSE
|
||||
|
||||
/obj/item/weapon/storage/pouch/pocket_description(mob/haver, mob/examiner)
|
||||
return "[src]"
|
||||
|
||||
/obj/item/weapon/storage/pouch/large
|
||||
name = "storage pouch (large)"
|
||||
desc = "This storage pouch can be used to provide a good amount of additional storage for quick access."
|
||||
|
||||
Reference in New Issue
Block a user