mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 23:29:10 +01:00
[MIRROR] OOC escape text adjustment (#10276)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Cameron Lennox
Kashargul
parent
1a1029c376
commit
72d4164096
@@ -616,7 +616,7 @@
|
||||
s.undo_prey_takeover(TRUE)
|
||||
return
|
||||
var/obj/belly/B = loc
|
||||
var/confirm = tgui_alert(src, "Please feel free to press use this button at any time you are uncomfortable and in a belly. Consent is important.", "Confirmation", list("Okay", "Cancel")) //CHOMPedit
|
||||
var/confirm = tgui_alert(src, "Please feel free to use this button at any time you are uncomfortable and in a belly. Consent is important.", "Confirmation", list("Okay", "Cancel"))
|
||||
if(confirm != "Okay" || loc != B)
|
||||
return
|
||||
//Actual escaping
|
||||
|
||||
Reference in New Issue
Block a user