Code improvement, for real this time

This commit is contained in:
Arkatos1
2019-04-13 23:20:58 +02:00
parent 424432d3c0
commit 5ef674f4db
+1 -1
View File
@@ -498,7 +498,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
dest += getpois(mobs_only=1) //Fill list, prompt user with list
target = input("Please, select a mob!", "Jump to Mob", null, null) as null|anything in dest
if (!target) //Make sure we actually have a target
if(!target) //Make sure we actually have a target
return
else
var/mob/M = dest[target] //Destination mob