Skip to content

[Bug]: Captain and Blacksmith spawn points missing #1280

@NPC1314

Description

@NPC1314

Checks

  • I have searched the bug with a few keywords, and I confirm this bug has not yet been reported.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working right!

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions