Merge pull request #6833 from Novacat/nova-pathfinder

Rigsuit Slot Updates
This commit is contained in:
Novacat
2020-03-12 13:26:45 -04:00
committed by GitHub
2 changed files with 21 additions and 12 deletions
+6
View File
@@ -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