mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 09:34:21 +01:00
No you cannot eat the non-existing object (#22325)
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
for(var/atom/movable/O in view_or_range(range, user, selection_type))
|
||||
if((O in user) && is_type_in_list(O, own_blacklist))
|
||||
continue
|
||||
if(O.flags & ABSTRACT)
|
||||
continue
|
||||
if(is_type_in_list(O, types_allowed))
|
||||
if(isanimal(O))
|
||||
var/mob/living/simple_animal/SA = O
|
||||
|
||||
Reference in New Issue
Block a user