mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Tweak for meatpackers ruin turrets (#27422)
* fix turrets * (not)new type of a turret
This commit is contained in:
@@ -1225,3 +1225,9 @@ GLOBAL_LIST_EMPTY(turret_icons)
|
||||
|
||||
/obj/machinery/porta_turret/inflatable_turret/CanPathfindPass(to_dir, datum/can_pass_info/pass_info)
|
||||
return ((stat & BROKEN) || !pass_info.is_living)
|
||||
|
||||
// Meatpackers' ruin turret
|
||||
/obj/machinery/porta_turret/meatpacker_ship
|
||||
name = "ship defense turret"
|
||||
lethal = TRUE
|
||||
check_synth = TRUE
|
||||
|
||||
Reference in New Issue
Block a user