mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
Refactors some procs from unsorted.dm helper to better places (#10443)
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
|
||||
//Handles all validity checking and error messages for inserting things
|
||||
/obj/machinery/appliance/proc/can_insert(var/obj/item/I, var/mob/user)
|
||||
if(!dropsafety(I))
|
||||
if(!I.dropsafety())
|
||||
return CANNOT_INSERT
|
||||
|
||||
// We are trying to cook a grabbed mob.
|
||||
|
||||
Reference in New Issue
Block a user