fixed the var name (#31536)

This commit is contained in:
BiancaWilkson
2026-01-30 21:35:53 +00:00
committed by GitHub
parent 330d2c2c21
commit e5f6bf963b
+1 -1
View File
@@ -43,7 +43,7 @@
/datum/event/wallrot/fungus
name = "Fungal Growth"
role_weights = list(ASSIGNMENT_CHEMIST = 5)
role_weights = list(ASSIGNMENT_CHEMIST = 0)
role_requirements = list(ASSIGNMENT_CHEMIST = 0)
/datum/event/wallrot/fungus/is_valid_candidate(turf/T)
return istype(get_area(T), /area/station/maintenance)