mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Fixed vars getting set twice in the same class (#19294)
Fixed vars getting set twice in the same class
This commit is contained in:
@@ -78,7 +78,6 @@
|
||||
mutants = list("deathnettle")
|
||||
chems = list(/singleton/reagent/nutriment = list(1,50), /singleton/reagent/acid = list(0,1))
|
||||
kitchen_tag = "nettle"
|
||||
kitchen_tag = "nettle"
|
||||
|
||||
/datum/seed/nettle/setup_traits()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user