Skip to content

Commit

Permalink
Update combat.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Moribox committed Dec 4, 2023
1 parent c8472f9 commit 452a81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/gamemodes/management/event/combat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ GLOBAL_VAR_INIT(wcorp_enemy_faction, "") //decides which faction WCorp will be u
continue
if(!H.ckey)
continue
H.adjustBruteLoss(-(maxHealth*0.10))
H.adjustSanityLoss(-(maxSanity*0.10))
H.adjustBruteLoss(-(H.maxHealth*0.10))
H.adjustSanityLoss(-(H.maxSanity*0.10))

/datum/game_mode/combat/proc/rcorp_announce()
var/announcement_type = ""
Expand Down

0 comments on commit 452a81a

Please sign in to comment.