mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
defaults voremobs to not care about digestibility
This commit is contained in:
@@ -935,8 +935,6 @@
|
||||
if("Prevent Digestion")
|
||||
user.digestable = FALSE
|
||||
|
||||
message_admins("[key_name(user)] toggled their digestability to [user.digestable] [ADMIN_COORDJMP(user)]")
|
||||
|
||||
if(user.client.prefs_vr)
|
||||
user.client.prefs_vr.digestable = user.digestable
|
||||
|
||||
@@ -1002,8 +1000,6 @@
|
||||
if("Prevent Mob Predation")
|
||||
user.allowmobvore = FALSE
|
||||
|
||||
message_admins("[key_name(user)] toggled their mob vore preference to [user.allowmobvore] [ADMIN_COORDJMP(user)]")
|
||||
|
||||
if(user.client.prefs_vr)
|
||||
user.client.prefs_vr.allowmobvore = user.allowmobvore
|
||||
|
||||
|
||||
Reference in New Issue
Block a user