Merge pull request #4884 from Citadel-Station-13/upstream-merge-34468
[MIRROR] Cleans up some redundant stripped_input usage
This commit is contained in:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user