Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EVAC-3F & EVAC-3O Decoration Fighter Craft (USS Almayer & New Varadaro) #4158

Closed
wants to merge 16 commits into from
14 changes: 14 additions & 0 deletions code/game/objects/structures/props.dm
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,20 @@
lit = TRUE
Update()

/obj/structure/prop/evac
name = "EVAC-3F Multirole Fighter"
desc = "A state of the art EVAC-3F aerospace fighter used by the USCM. These fighters, in use by the USCM are designed to be modular and fulfil a variety of purposes. However, these aircraft have long seen better day on the Almayer, with extensive internal wiring damage and unfinished repairs to the bomb-bays."
icon = 'icons/obj/structures/props/256x256.dmi'
icon_state = "evac_uscm"
bound_height = 256
bound_width = 256

/obj/structure/prop/evac/usaf
name = "EVAC-3O Reconnaissance Fighter"
desc = "High tech, silver coated EVAC-3O used by the USAF in deep recon mission. The thermal-absorbent paint alone probably costs more than your whole paycheck. Unfortunately, however, this jet was in the middle of repairs during the outbreak."
icon = 'icons/obj/structures/props/256x256.dmi'
icon_state = "evac_usaf"

/obj/structure/prop/dam/gravestone
name = "grave marker"
desc = "A grave marker, in the traditional Japanese style."
Expand Down
Binary file added icons/obj/structures/props/256x256.dmi
Binary file not shown.
Loading