mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 15:34:35 +00:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user