mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
Refactors some procs from unsorted.dm helper to better places (#10443)
This commit is contained in:
@@ -182,7 +182,7 @@
|
||||
to_chat(user, "<span class='warning'>You need a better grip to do that!</span>")
|
||||
return
|
||||
|
||||
if(!dropsafety(W))
|
||||
if(!W.dropsafety())
|
||||
return
|
||||
|
||||
if(istype(W, /obj/item/melee/energy/blade))
|
||||
|
||||
Reference in New Issue
Block a user