the item
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user