Skip to content

Commit

Permalink
Ha-Go type 95 fix
Browse files Browse the repository at this point in the history
Fixes an icon issue as well as the turret having more than 1 seat and the gunner phasing outside of the tank.
  • Loading branch information
KanohaShinobi committed May 28, 2024
1 parent d5a0cc0 commit b27ec6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions code/modules/1713/siege/turret.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@
name = "Type 95 Ha-Go"
density = 0

turret_x = 0
turret_x = -12
turret_y = 0

gunner_x = 0
Expand All @@ -1311,10 +1311,8 @@
rotation_speed = 2

New()
gunner_seat = new /obj/structure/bed/chair/gunner(src.loc)
gunner_seat = new /obj/structure/bed/chair/gunner/mtlb(src.loc)
gunner_seat.setup(src)
commander_seat = new /obj/structure/bed/chair/commander(src.loc)
commander_seat.setup(src)
weapons.Add(new/obj/structure/cannon/modern/tank/japanese37(src))
weapons.Add(new/obj/item/weapon/gun/projectile/automatic/type99/type97tank(src))
..()
Binary file modified icons/obj/vehicles/vehicles256x256.dmi
Binary file not shown.

0 comments on commit b27ec6f

Please sign in to comment.