mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
makes last resort work (#24387)
* makes last resort work * Update code/modules/antagonists/changeling/powers/become_headslug.dm --------- Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
if(cling.headslugged)
|
||||
to_chat(user, "<span class='notice'>We need to absorb a humanoid to headslug again.</span>")
|
||||
return
|
||||
if(tgui_alert("Are you sure you wish to do this? This action cannot be undone.",,"Yes","No") != "Yes")
|
||||
if(tgui_alert(user, "Are you sure you wish to do this? This action cannot be undone.", "Sting", list("Yes", "No")) != "Yes")
|
||||
return
|
||||
cling.headslugged = TRUE
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user