review fix

This commit is contained in:
Couls
2019-08-11 20:18:34 -04:00
parent e4e26a60b8
commit 5345de448b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ obj/item/clothing/shoes/magboots/syndie/advance //For the Syndicate Strike Team
if(!isliving(user))
return
if(user.get_active_hand() != src)
to_chat(user, "You must hold the [src] in your hand to do this.")
to_chat(user, "You must hold [src] in your hand to do this.")
return
if(!enabled_waddle)
to_chat(user, "<span class='notice'>You switch off the waddle dampeners!</span>")
+1 -1
View File
@@ -79,7 +79,7 @@
if(!isliving(user))
return
if(user.get_active_hand() != src)
to_chat(user, "You must hold the [src] in your hand to do this.")
to_chat(user, "You must hold [src] in your hand to do this.")
return
if(!enabled_waddle)
to_chat(user, "<span class='notice'>You switch off the waddle dampeners!</span>")