mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-04 14:33:58 +00:00
small prot rig fix
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user