Skip to content

Commit

Permalink
whoops doops
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Oct 10, 2024
1 parent e12ad43 commit 7b0004e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions code/game/machinery/porta_turret/portable_turret.dm
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ DEFINE_BITFIELD(turret_flags, list(
. = ..()
if(in_range(user, src) || isobserver(user))
if(!(machine_stat & BROKEN))
. += "<span class='notice'>[src] reports its integrity is currently [round((obj_integrity / max_integrity) * 100 )] percent.</span>"
. += "<span class='notice'>[src] reports its integrity is currently [round((obj_integrity / max_integrity) * 100)] percent.</span>"

/obj/machinery/porta_turret/ship/weak
max_integrity = 120
Expand Down Expand Up @@ -980,7 +980,10 @@ DEFINE_BITFIELD(turret_flags, list(
lethal_projectile = /obj/projectile/beam/hitscan/kalix/pgf/sniper //fwoom
lethal_projectile_sound = 'sound/weapons/gun/laser/heavy_laser.ogg'

// Frontiersmen Turrets
/// Frontiersmen Turrets

// fast and spitty

/obj/machinery/porta_turret/ship/frontiersmen
name = "Spitter Turret"
desc = "A juryrigged mishmash of a 9mm SMG and targetting system. Stand clear!"
Expand Down

0 comments on commit 7b0004e

Please sign in to comment.