mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fixes being able to insert hand emote items (kisses, slappers, etc) into storage (#65169)
Gives hand emote items (kisses, slappers, etc) `TRAIT_NO_STORAGE_INSERT` Makes evidence bags respect `TRAIT_NO_STORAGE_INSERT`
This commit is contained in:
@@ -107,8 +107,8 @@
|
||||
var/generic_bleedstacks
|
||||
/// If we have a gauze wrapping currently applied (not including splints)
|
||||
var/obj/item/stack/current_gauze
|
||||
/// If something is currently grasping this bodypart and trying to staunch bleeding (see [/obj/item/self_grasp])
|
||||
var/obj/item/self_grasp/grasped_by
|
||||
/// If something is currently grasping this bodypart and trying to staunch bleeding (see [/obj/item/hand_item/self_grasp])
|
||||
var/obj/item/hand_item/self_grasp/grasped_by
|
||||
|
||||
///A list of all the external organs we've got stored to draw horns, wings and stuff with (special because we are actually in the limbs unlike normal organs :/ )
|
||||
var/list/obj/item/organ/external/external_organs = list()
|
||||
|
||||
Reference in New Issue
Block a user