Fix produce command start
This commit is contained in:
parent
bcb5b96138
commit
52607c48dd
@ -33,6 +33,9 @@ module Game
|
|||||||
if @building.restoration
|
if @building.restoration
|
||||||
world.push(RestoreCommand.new(@point))
|
world.push(RestoreCommand.new(@point))
|
||||||
end
|
end
|
||||||
|
if @building.production
|
||||||
|
world.push(ProduceCommand.new(@point))
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user