Subterfuge-Revived / Remake-Core

Core repository that holds all game logic for both front end rendering and back end validation.
Creative Commons Zero v1.0 Universal
39 stars 24 forks source link

Unowned Outpost Fix #126

Closed QuinnBast closed 1 year ago

QuinnBast commented 1 year ago

Enhancement Description

Unowned outposts should start with 0 drillers and also not be able to regenerate any shields. This makes it easier for players to claim a stake and grab some land. This is how the original subterfuge game does it, and it doesn't make sense for neutral outposts to be heavily guarded.

This should be a quick fix

apophis981 commented 1 year ago

As per discord conversation: 'The problem in this task is probably in the Outpost constructor and the drillerProducer code — I think they will produce for anyone and we should filter to not produce on “null” owners'

apophis981 commented 1 year ago

Pull request created: https://github.com/Subterfuge-Revived/Remake-Core/pull/129