Skip to content

Commit

Permalink
revert lol
Browse files Browse the repository at this point in the history
  • Loading branch information
seekssss committed Dec 8, 2024
1 parent e4ade16 commit b970f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/species/station/station_special_abilities.dm
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
src.nutrition = 900
if(B.nutrition < 100)
B.apply_damage(15, DAMAGE_TYPE_BRUTE, BP_TORSO) // if they have nothing to give, this just harms them
add timer(CALLBACK(src, B.bitten, B), 120)
B.bitten = 1 //debuff tracking for balance
else if(!istype(B,/mob/living/carbon) && src.isSynthetic() || istype(B,/mob/living/carbon) && B.isSynthetic() && src.isSynthetic()) // for synths to feed on robots and other synths
if(do_after(src, 50, B))
if(!Adjacent(B)) return
Expand Down

0 comments on commit b970f99

Please sign in to comment.