mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Custom patch icons for ChemMaster (#29206)
* custom patches * item state ruins context menu's sprite
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
/obj/item/reagent_containers/pill/random_drugs/Initialize(mapload)
|
||||
. = ..()
|
||||
icon_state = "pill" + pick("2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20")
|
||||
icon_state = "pill[rand(1,20)]"
|
||||
|
||||
name = "[pick_list("chemistry_tools.json", "CYBERPUNK_drug_prefixes")] [pick_list("chemistry_tools.json", "CYBERPUNK_drug_suffixes")]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user