Merge pull request #4884 from Citadel-Station-13/upstream-merge-34468

[MIRROR] Cleans up some redundant stripped_input usage
This commit is contained in:
LetterJay
2018-01-17 09:45:04 -06:00
committed by GitHub
7 changed files with 465 additions and 465 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()
. = ..()