This commit is contained in:
Metis
2024-11-15 00:21:13 -05:00
parent 73023562d6
commit 22ec293d45
8 changed files with 320 additions and 1 deletions
+4
View File
@@ -820,6 +820,10 @@
//Sure, give clickdelay for anti spam. shouldn't be combat voring anyways.
return TRUE
// GS13 Escape Transformation
if(attempt_to_escape_tf())
return TRUE
//Breaking out of a container (Locker, sleeper, cryo...)
if(isobj(loc))
var/obj/C = loc
+6 -1
View File
@@ -221,7 +221,12 @@
//
/mob/living/proc/escapeOOC()
set name = "OOC Escape"
set category = "Vore"
set category = "ERP" // GS13 Change
//GS13 EDIT START
handle_transformation_ooc_escape()
//GS13 EDIT END
//You're in a belly!
if(isbelly(loc))