mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
fixed the var name (#31536)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user