mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
- Adds functional turrets - Removes redundant, unused file - Adds engines, flight consoles, etc. - Adds functional airlocks
13 lines
377 B
Plaintext
13 lines
377 B
Plaintext
/obj/machinery/porta_turret/industrial/military
|
|
name = "military CIWS turret"
|
|
desc = "A ship-grade weapons turret designed for anti-fighter defense."
|
|
req_one_access = list(access_cent_general)
|
|
installation = /obj/item/weapon/gun/energy/lasercannon
|
|
health = 500
|
|
maxhealth = 500
|
|
enabled = TRUE
|
|
lethal = TRUE
|
|
check_weapons = TRUE
|
|
auto_repair = TRUE
|
|
can_salvage = FALSE
|