allows turning blueprint areas into shuttles

This commit is contained in:
unid15
2015-08-18 22:58:54 +02:00
parent c8e4939a57
commit dee9b9268b

View File

@@ -3586,8 +3586,8 @@
if(!A)
usr << "You must be standing on an area!"
return
if(A.type == /area)
usr << "You can't shuttlify space."
if(A.type == /area && A.name = "Space")
usr << "You can't shuttlify space. (If this isn't space, rename this area to something else!)"
return
var/datum/shuttle/conflict = A.get_shuttle()