Ports "Cleans up the new alt clicking functionality" from /tg/

This commit is contained in:
Ghommie
2019-11-08 19:25:09 +01:00
parent c9cd27c38c
commit 297ee03175
8 changed files with 167 additions and 407 deletions
+3 -1
View File
@@ -304,7 +304,9 @@
return
var/alloy_id = params["id"]
var/datum/design/alloy = stored_research.isDesignResearchedID(alloy_id)
if((check_access(inserted_scan_id) || allowed(usr)) && alloy)
var/mob/M = usr
var/obj/item/card/id/I = M.get_idcard(TRUE)
if((check_access(I) || allowed(usr)) && alloy)
var/smelt_amount = can_smelt_alloy(alloy)
var/desired = 0
if (params["sheets"])