Custom patch icons for ChemMaster (#29206)

* custom patches

* item state ruins context menu's sprite
This commit is contained in:
kyunkyunkyun
2025-05-11 01:45:43 +05:00
committed by GitHub
parent a7b5c28f77
commit 8d92950a77
6 changed files with 26 additions and 16 deletions
+1 -1
View File
@@ -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")]"