mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
Mass replace
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user