Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into turfs

# Conflicts:
#	paradise.dme
This commit is contained in:
Mark van Alphen
2019-04-21 23:27:23 +02:00
42 changed files with 1002 additions and 984 deletions
+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())