mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
Merge pull request #6833 from Novacat/nova-pathfinder
Rigsuit Slot Updates
This commit is contained in:
@@ -145,6 +145,12 @@
|
||||
return 1
|
||||
if((slot_flags & SLOT_BELT) && M.get_equipped_item(slot_belt) == src)
|
||||
return 1
|
||||
//VOREStation Add Start - RIGSuit compatability
|
||||
if((slot_flags & SLOT_BACK) && M.get_equipped_item(slot_s_store) == src)
|
||||
return 1
|
||||
if((slot_flags & SLOT_BELT) && M.get_equipped_item(slot_s_store) == src)
|
||||
return 1
|
||||
//VOREStation Add End
|
||||
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user