mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
[MIRROR] Clears unused research var (#12685)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
71699b747b
commit
bb3778d69d
@@ -9,8 +9,6 @@
|
||||
var/cooldownmin = 0
|
||||
var/cooldownmax = 0
|
||||
|
||||
origin_tech = list(TECH_BIO = 5)
|
||||
|
||||
/obj/item/organ/internal/malignant/Initialize(mapload, var/internal, var/force_location = null, var/forcetag = null)
|
||||
organ_tag = "[initial(organ_tag)]_[rand(1,9999)]"
|
||||
if(forcetag)
|
||||
@@ -608,8 +606,6 @@
|
||||
var/chem_target = null
|
||||
supply_conversion_value = 0
|
||||
|
||||
origin_tech = list(TECH_BIO = 3)
|
||||
|
||||
/obj/item/organ/internal/malignant/engineered/lattice/Initialize(mapload, var/internal, var/force_location = null, var/forcetag = null)
|
||||
growth_trigger = rand(150,200)
|
||||
return ..(mapload, internal, force_location, forcetag)
|
||||
|
||||
Reference in New Issue
Block a user