More changes

This commit is contained in:
2022-11-21 20:06:10 -05:00
parent 929a34a41c
commit 30c580fe5d
34 changed files with 32 additions and 336 deletions

View File

@@ -1,2 +0,0 @@
streetsmod
awards?

View File

@@ -1,22 +0,0 @@
if streets.extendedBy.awards == true then
awards.register_achievement("award_countryroads",{
title = "Roadbuilder",
description = "You built some quite big roads!",
icon = "novicebuilder.png",
trigger = {
type = "place",
node = "streets:asphalt",
target = 175,
},
})
awards.register_achievement("award_underworld",{
title = "Start your sewers!",
description = "You placed your first manhole! Did you know that you can open it with a right-click?",
icon = "novicebuilder.png",
trigger = {
type = "place",
node = "streets:manhole_adv_closed",
target = 1,
},
})
end