mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Trasheat backend (#19509)
* Makes trasheating more generous * Redo this * Update trash_eating.dm * Update trash_eating.dm * Update trash_eating.dm * Expansion * Fixes PDA eating * Change the name of adminbus_trash
This commit is contained in:
@@ -320,7 +320,7 @@
|
||||
return TRUE
|
||||
if(isliving(user))
|
||||
var/mob/living/trashcheck = user
|
||||
if(trashcheck.adminbus_trash)
|
||||
if(trashcheck.expanded_trasheat)
|
||||
return TRUE
|
||||
if(isliving(target)) //quick prefs test. Better safe than sorry
|
||||
var/mob/living/caneat = target
|
||||
|
||||
Reference in New Issue
Block a user