Skip to content

Commit

Permalink
Marker activation bio nerf
Browse files Browse the repository at this point in the history
Reduces amount of biomass marker is given on activation, does not include passive biomass gained.
  • Loading branch information
Sym committed Sep 30, 2023
1 parent a8289f0 commit fa1cc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deadspace/code/marker/marker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
if(active)
return
active = TRUE
change_marker_biomass(300)
change_marker_biomass(150)
for(var/mob/camera/marker_signal/eye as anything in marker_signals)
for(var/datum/action/cooldown/necro/psy/ability as anything in eye.abilities)
if((ability.marker_flags & SIGNAL_ABILITY_PRE_ACTIVATION))
Expand Down

0 comments on commit fa1cc32

Please sign in to comment.