Assunzione & Port Volturno (#22258)

Contains assets, code, maps, etc. for Assunzione and Port Volturno. This
is something like v0.9 for live unit testing, etc. Do not merge yet.

### Asset Licenses
The following assets that **have not** been created by myself are
included in this PR:

| Path | Original Author | License |
| --- | --- | --- |
| icons/obj/structure/urban/arches.dmi |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/structure/urban/assunzione_neon.dmi |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/structure/urban/assunzione_signs.dmi (stafylia_sign) |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/structure/urban/billboard.dmi (sign_assunzione1 & 2) |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/structure/urban/poles.dmi (radial_floodlight) |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/structure/urban/restaurant.dmi (menu_gyro) |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/structure/urban/statues.dmi (aec_small) |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/pottedplants_big.dmi (luce-vine-plant) |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/pottedplants_small.dmi (luce-vine-plant) |
[Fyni](https://github.com/Fyniiy) | CC-BY-SA |
| icons/obj/structure/urban/billboard.dmi (sign_assunzione3) | Minzeyes
| CC-BY-SA |
| icons/obj/structure/urban/assunzione_96x110.dmi | Minzeyes | CC-BY-SA
|
| icons/turf/smooth/composite_brick.dmi |
[nauticall](https://github.com/nauticall) | CC-BY-SA |

---------

Signed-off-by: Batrachophreno <Batrochophreno@gmail.com>
Co-authored-by: Kano <89972582+kano-dot@users.noreply.github.com>
This commit is contained in:
Batrachophreno
2026-04-19 19:50:20 +00:00
committed by GitHub
co-authored by Kano
parent 08ee5c3f71
commit aaea5d8a57
82 changed files with 164304 additions and 79 deletions
+7
View File
@@ -82,6 +82,13 @@
. = ..(mapload, MATERIAL_SANDSTONE)
canSmoothWith = list(src.type)
/turf/simulated/wall/brick
icon = 'icons/turf/smooth/wall_preview.dmi'
icon_state = "brick"
/turf/simulated/wall/brick/Initialize(mapload)
. = ..(mapload, MATERIAL_BRICK)
/turf/simulated/wall/ironphoron/Initialize(mapload)
canSmoothWith = list(src.type)
. = ..(mapload, MATERIAL_IRON, MATERIAL_PHORON)
+2 -1
View File
@@ -21,7 +21,8 @@
/obj/structure/window_frame/unanchored,
/obj/structure/window_frame/empty,
/obj/machinery/door,
/obj/machinery/door/airlock
/obj/machinery/door/airlock,
/obj/structure/arch
)
hitsound = 'sound/weapons/Genhit.ogg'
explosion_resistance = 10