added a confirmation prompt to the borg deathsquad pc

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3385 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
quartz235@gmail.com
2012-04-01 11:21:12 +00:00
parent 598ea84135
commit 902d9f6934

View File

@@ -970,6 +970,7 @@ var/global/datum/tension/tension_master
/obj/machinery/computer/Borg_station/attack_hand()
if(jumpcomplete)
return
if(alert(usr, "Are you sure you want to send a cyborg deathsquad?", "Confirmation", "Yes", "No") == "Yes")
var/area/start_location = locate(/area/borg_deathsquad/start)
var/area/end_location = locate(/area/borg_deathsquad/station)