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:
Cameron Lennox
2026-06-25 11:01:20 -04:00
committed by GitHub
parent ea4b8561c5
commit 4772a4de6b
7 changed files with 83 additions and 32 deletions
+1 -1
View File
@@ -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