consent logging and arousal tweaks

This commit is contained in:
Putnam
2020-01-17 02:47:16 -08:00
parent c1e9618757
commit c735123e4e
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -237,6 +237,8 @@
return
//Actual escaping
B.release_specific_contents(src,TRUE) //we might as well take advantage of that specific belly's handling. Else we stay blinded forever.
message_admins("[src] used OOC escape to escape from [B.owner]'s belly.")
consent_log("[src] used OOC escape to escape from [B.owner]'s belly.")
src.stop_sound_channel(CHANNEL_PREYLOOP)
SEND_SIGNAL(src, COMSIG_CLEAR_MOOD_EVENT, "fedprey", /datum/mood_event/fedprey)
for(var/mob/living/simple_animal/SA in range(10))
@@ -255,6 +257,8 @@
return
//Actual escaping
belly.go_out(src) //Just force-ejects from the borg as if they'd clicked the eject button.
message_admins("[src] used OOC escape to escape from [B.owner]'s dogborg sleeper.")
consent_log("[src] used OOC escape to escape from [B.owner]'s dogborg sleeper.")
else
to_chat(src,"<span class='alert'>You aren't inside anyone, though, is the thing.</span>")