mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Nerfs Chemistry Bag Toting
Chemistry bags can no longer be carried around in the belt slot, considering the number of chems they can carry they are probably a bit too large for that.
This commit is contained in:
2
code/game/objects/items/weapons/storage/bags_vr.dm
Normal file
2
code/game/objects/items/weapons/storage/bags_vr.dm
Normal file
@@ -0,0 +1,2 @@
|
||||
/obj/item/weapon/storage/bag/chemistry
|
||||
slot_flags = null
|
||||
@@ -1177,6 +1177,7 @@
|
||||
#include "code\game\objects\items\weapons\storage\backpack.dm"
|
||||
#include "code\game\objects\items\weapons\storage\backpack_vr.dm"
|
||||
#include "code\game\objects\items\weapons\storage\bags.dm"
|
||||
#include "code\game\objects\items\weapons\storage\bags_vr.dm"
|
||||
#include "code\game\objects\items\weapons\storage\belt.dm"
|
||||
#include "code\game\objects\items\weapons\storage\belt_vr.dm"
|
||||
#include "code\game\objects\items\weapons\storage\bible.dm"
|
||||
|
||||
Reference in New Issue
Block a user