mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
[MIRROR] Trasheat backend (#12842)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
d52a5101b9
commit
4b0d0cc665
@@ -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