mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Refactors some procs from unsorted.dm helper to better places (#10443)
This commit is contained in:
@@ -62,7 +62,7 @@ Note: Must be placed within 3 tiles of the R&D Console
|
||||
to_chat(user, "<span class='notice'>\The [src] must be linked to an R&D console first.</span>")
|
||||
return
|
||||
if(istype(O, /obj/item) && !loaded_item)
|
||||
if(!dropsafety(O)) //Don't put your module items in there!
|
||||
if(!O.dropsafety()) //Don't put your module items in there!
|
||||
return
|
||||
if(!O.origin_tech)
|
||||
to_chat(user, "<span class='notice'>This doesn't seem to have a tech origin.</span>")
|
||||
@@ -82,4 +82,4 @@ Note: Must be placed within 3 tiles of the R&D Console
|
||||
linked_console.screen = 2.2
|
||||
linked_console.updateUsrDialog()
|
||||
return 1
|
||||
return
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user