Mass replace

This commit is contained in:
Tigercat2000
2016-07-07 19:34:02 -07:00
parent dc408f090d
commit 71e5344a98
870 changed files with 7679 additions and 7679 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
user.do_attack_animation(M)
M.Weaken(5)
if (M.stuttering < 5)
if(M.stuttering < 5)
M.stuttering = 5
M.Stun(5)
+2 -2
View File
@@ -120,7 +120,7 @@
B.loc = get_turf(src)
to_chat(user, "You armed the robot frame")
W:use(1)
if (user.get_inactive_hand()==src)
if(user.get_inactive_hand()==src)
user.unEquip(src)
user.put_in_inactive_hand(B)
qdel(src)
@@ -174,7 +174,7 @@
else
to_chat(user, "\blue You need to attach a flash to it first!")
if (istype(W, /obj/item/device/multitool))
if(istype(W, /obj/item/device/multitool))
if(check_completion())
Interact(user)
else