Monkey/human transform fixes

This commit is contained in:
Markolie
2015-09-14 22:13:32 +02:00
parent 0c991f7092
commit 84c60aa560
12 changed files with 58 additions and 794 deletions
+1 -1
View File
@@ -606,7 +606,7 @@ var/global/nologevent = 0
return
if(confirm == "Yes")
var/delay = input("What delay should the restart have (in seconds)?", "Restart Delay", 5) as num
if(!delay)
if(isnull(delay))
delay = 50
else
delay = delay * 10