Merge pull request #11331 from Arkatos1/ScrollCancel

Adds cancel button to Wizard teleportation scrolls
This commit is contained in:
Fox McCloud
2019-04-19 11:36:00 -04:00
committed by GitHub
+5 -1
View File
@@ -47,7 +47,11 @@
var/A
A = input(user, "Area to jump to", "BOOYEA", A) in teleportlocs
A = input(user, "Area to jump to", "BOOYEA", A) as null|anything in teleportlocs
if(!A)
return
var/area/thearea = teleportlocs[A]
if(user.stat || user.restrained())