Removes unneeded teleport check (#48314)

This commit is contained in:
81Denton
2019-12-21 18:29:08 +01:00
committed by skoglol
parent c06a1324b3
commit e4b6de4097
@@ -84,9 +84,6 @@
switch(invocation_type)
if("shout")
user.say(words, forced = "spell")
if(user.gender==MALE)
playsound(user.loc, pick('sound/misc/null.ogg','sound/misc/null.ogg'), 100, TRUE)
else
playsound(user.loc, pick('sound/misc/null.ogg','sound/misc/null.ogg'), 100, TRUE)
playsound(user.loc, pick('sound/misc/null.ogg','sound/misc/null.ogg'), 100, TRUE)
if("whisper")
user.whisper(words, forced = "spell")