u_equip is now called unEquip PANIC

This commit is contained in:
Miauw
2014-02-13 20:58:33 +01:00
parent b8b57ff4f1
commit 9b8656247c
81 changed files with 171 additions and 171 deletions

View File

@@ -103,7 +103,7 @@
user << "You armed the robot frame"
W:use(1)
if (user.get_inactive_hand()==src)
user.u_equip(src)
user.unEquip(src)
user.put_in_inactive_hand(B)
del(src)
if(istype(W, /obj/item/robot_parts/l_leg))