Skip to content

Commit

Permalink
emergency fix (#2577)
Browse files Browse the repository at this point in the history
changes shield gen range to 12
  • Loading branch information
F-e-r-n authored Jul 8, 2024
1 parent 364473d commit ef5ea46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/shieldgen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
max_integrity = 300
var/active = FALSE
var/locked = TRUE
var/shield_range = 8
var/shield_range = 12 //monke edit
var/obj/structure/cable/attached // the attached cable

/obj/machinery/power/shieldwallgen/xenobiologyaccess //use in xenobiology containment
Expand Down

0 comments on commit ef5ea46

Please sign in to comment.