promote duplicate proc definitions to error (#29996)

* promote duplicate proc definitions to error

* up we go

* take 2

* add redefine allow for sstimer/fire

* fix recent regressions
This commit is contained in:
warriorstar-orion
2025-09-19 15:44:57 +00:00
committed by GitHub
parent 83509c3967
commit 860d091ee1
9 changed files with 34 additions and 5 deletions
+1 -1
View File
@@ -428,7 +428,7 @@ LIGHTERS ARE IN LIGHTERS.DM
icon_state = "death_cig"
butt_type = /obj/item/cigbutt/death
/obj/item/clothing/mask/cigarette/random/New()
/obj/item/clothing/mask/cigarette/carcinoma/New()
list_reagents = list("nicotine" = 40, "dnicotine" = 10, pick("carpotoxin", "toxin", "atrazine") = 1)
..()