Skip to content

Commit

Permalink
TWE Station
Browse files Browse the repository at this point in the history
  • Loading branch information
spartanbobby committed Aug 4, 2023
1 parent 3644a83 commit d40f4ef
Show file tree
Hide file tree
Showing 7 changed files with 4,124 additions and 64 deletions.
4 changes: 4 additions & 0 deletions code/game/area/admin_level.dm
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@
name = "Freelancer Station"
icon_state = "yellow"

/area/adminlevel/ert_station/royal_marines_station
name = "HMS Patna Hangerbay"
icon_state = "yellow"

/area/adminlevel/ert_station/shuttle_dispatch
name = "Shuttle Dispatch Station"
soundscape_playlist = SCAPE_PL_ELEVATOR_MUSIC
Expand Down
7 changes: 7 additions & 0 deletions code/game/objects/structures/props.dm
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,13 @@
icon_state = "crawler"
density = TRUE

/obj/structure/prop/tank/twe
name = "FV150 Shobo MKII"
desc = "The FV150 Shobo MKII is a Combat Reconnaissance Vehicle Tracked, abbreviated to CVR(T) in official documentation. It was co-developed in 2175 by Weyland-Yutani and Gallar Co., a Titan based heavy vehicle manufacturer. Taking into account lessons learned from the MkI's performance in the Australian Wars, major structual changes were made, and the MKII went into production in 2178. It is armed with a twin 30mm cannon and a L56A2 10x28mm coaxial, complimented by its ammunition stores of 170 rounds of 30mm and 1600 rounds of 10x28mm. The maximum speed of the Shobo is 60 mph, but on a standard deployment after the ammo stores are fully loaded and the terrain is taken into account, it consistently sits at 55mph."
icon = 'icons/obj/vehicles/twe_tank.dmi'
icon_state = "TOMMY TWO BARRELS"
density = TRUE

//overhead prop sets

/obj/structure/prop/invuln/overhead
Expand Down
8 changes: 8 additions & 0 deletions code/game/turfs/closed.dm
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,14 @@
/turf/closed/shuttle/dropship2/transparent
opacity = FALSE

/turf/closed/shuttle/twe_dropship
name = "\improper UD4-UK"
icon = 'icons/turf/twedropship.dmi'
icon_state = "0,0"

/turf/closed/shuttle/twe_dropship/transparent
opacity = FALSE

/turf/closed/shuttle/dropship2/tornado
name = "\improper Tornado"
icon = 'icons/turf/dropship3.dmi'
Expand Down
Binary file added icons/obj/vehicles/twe_tank.dmi
Binary file not shown.
Binary file added icons/turf/twedropship.dmi
Binary file not shown.
Loading

0 comments on commit d40f4ef

Please sign in to comment.