mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
Everything else through the door (#19358)
This commit is contained in:
@@ -340,7 +340,7 @@
|
||||
if(is_type_in_list(AM, pullable_drone_items))
|
||||
..(AM, force = INFINITY) // Drone power! Makes them able to drag pipes and such
|
||||
|
||||
else if(istype(AM,/obj/item))
|
||||
else if(isitem(AM))
|
||||
var/obj/item/O = AM
|
||||
if(O.w_class > WEIGHT_CLASS_SMALL)
|
||||
if(show_message)
|
||||
|
||||
Reference in New Issue
Block a user