mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-26 05:26:24 +01:00
Removed shit opinion
Removed a stanza that prevented some flexibility with the digestion for mobs, and also the returned comment was highly unprofessional. You can now toggle the digestion mode on simple animals. You will be warned that using this to break OOC prefs is against the rules before doing so. Right click the mob and toggle their digestion.
This commit is contained in:
@@ -34,9 +34,12 @@
|
||||
var/mob/living/carbon/human/user = usr
|
||||
if(!istype(user) || user.stat) return
|
||||
|
||||
//ChompStation edit: This prevented some flexibility with mob vore and the returned message was highly unprofessional.
|
||||
/*
|
||||
if(retaliate || (hostile && faction != user.faction))
|
||||
user << "<span class='warning'>This predator isn't friendly, and doesn't give a shit about your opinions of it digesting you.</span>"
|
||||
return
|
||||
*/
|
||||
if(vore_selected.digest_mode == DM_HOLD)
|
||||
var/confirm = alert(user, "Enabling digestion on [name] will cause it to digest all stomach contents. Using this to break OOC prefs is against the rules. Digestion will reset after 20 minutes.", "Enabling [name]'s Digestion", "Enable", "Cancel")
|
||||
if(confirm == "Enable")
|
||||
|
||||
Reference in New Issue
Block a user