mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-07-13 08:42:20 +01:00
pAI Suicide Runtimes
This commit is contained in:
@@ -182,9 +182,11 @@
|
||||
set name = "pAI Suicide"
|
||||
var/answer = input("REALLY kill yourself? This action can't be undone.", "Suicide", "No") in list ("Yes", "No")
|
||||
if(answer == "Yes")
|
||||
var/obj/item/device/paicard/card = loc
|
||||
// var/obj/item/device/paicard/card = loc //Why?
|
||||
card.removePersonality()
|
||||
var/turf/T = get_turf_or_move(card.loc)
|
||||
if(src.loc != card)
|
||||
close_up()
|
||||
var/turf/T = get_turf(card)
|
||||
for (var/mob/M in viewers(T))
|
||||
M.show_message("\blue [src] flashes a message across its screen, \"Wiping core files. Please acquire a new personality to continue using pAI device functions.\"", 3, "\blue [src] bleeps electronically.", 2)
|
||||
death(0)
|
||||
|
||||
Reference in New Issue
Block a user