Checks
Map
Stonehamlet
Describe the issue
Yall need to click on map editor.
Also missing
if(!obj_turf)
return
--> if(!obj_turf.outdoor_effect)
return
if(obj_turf.outdoor_effect?.weatherproof)
return
that one in _base.dm
and prob comment out
/obj/item/reagent_containers/weather_act_on(weather_trait, severity)
if(weather_trait != PARTICLEWEATHER_RAIN || !COOLDOWN_FINISHED(src, fill_cooldown))
return
reagents.add_reagent(/datum/reagent/water, clamp(
severity * 0.5, 1, 5))
COOLDOWN_START(src, fill_cooldown, 10 SECONDS)
and your indoor filling should be solved.
How to reproduce
No response
Round ID
No response
Staff ckey
No response
Checks
Map
Stonehamlet
Describe the issue
Yall need to click on map editor.
Also missing
if(!obj_turf)
return
--> if(!obj_turf.outdoor_effect)
return
that one in _base.dm
and prob comment out
/obj/item/reagent_containers/weather_act_on(weather_trait, severity)
if(weather_trait != PARTICLEWEATHER_RAIN || !COOLDOWN_FINISHED(src, fill_cooldown))
return
severity * 0.5, 1, 5))
COOLDOWN_START(src, fill_cooldown, 10 SECONDS)
and your indoor filling should be solved.
How to reproduce
No response
Round ID
No response
Staff ckey
No response