small prot rig fix

This commit is contained in:
BlackMajor
2022-04-25 13:18:13 +12:00
parent f5693e9762
commit 8a4fccda00
2 changed files with 2 additions and 0 deletions

View File

@@ -310,6 +310,7 @@
S.OurRig.forceMove(src)
S.OurRig.myprotean = null
src.equip_to_slot_if_possible(S.OurRig, slot_back)
S.OurRig.Moved()
P.has_hands = 1
else //We're not in our own RIG
if(P.stat)

View File

@@ -57,6 +57,7 @@
P.drop_item(B)
to_chat(P, "<span class='notice'>Your [B] has been integrated into your rigsuit.</span>")
P.equip_to_slot_if_possible(src, slot_back)
src.Moved()
else
to_chat(P,"<span class ='warning'>Your rigsuit can only assimilate a backpack into itself. If you are seeing this message, and you do not have a rigsuit, tell a coder.</span>")