Cleans up some redundant stripped_input usage

This commit is contained in:
oranges
2018-01-17 09:32:00 +13:00
committed by CitadelStationBot
parent d2d1a063a7
commit ebfc1c3d9c
7 changed files with 468 additions and 9 deletions
@@ -480,7 +480,7 @@
if(!istype(owner, /mob/living/simple_animal/hostile/poison/giant_spider/nurse))
return
var/mob/living/simple_animal/hostile/poison/giant_spider/nurse/S = owner
S.directive = stripped_input(S, "Enter the new directive", "Create directive", "[S.directive]", MAX_MESSAGE_LEN)
S.directive = stripped_input(S, "Enter the new directive", "Create directive", "[S.directive]")
/mob/living/simple_animal/hostile/poison/giant_spider/Login()
. = ..()