mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Vending machine dispenses into hand [NON-MODULAR] (#1362)
* Update _vending.dm * Update _vending.dm * Update bags.dm * Update _vending.dm
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
inhand_icon_state = "trashbag"
|
||||
lefthand_file = 'icons/mob/inhands/equipment/custodial_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/equipment/custodial_righthand.dmi'
|
||||
slot_flags = null
|
||||
slot_flags = ITEM_SLOT_BELT //SKYRAT EDIT CHANGE - QOL - ORIGINAL: none
|
||||
var/insertable = TRUE
|
||||
|
||||
/obj/item/storage/bag/trash/ComponentInitialize()
|
||||
|
||||
Reference in New Issue
Block a user