mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 01:54:52 +01:00
Fix carbons deathgasping twice (#84347)
## About The Pull Request They deathgasped once on the carbon level and once on the living level I also realized this check I added a while back breaks lag check mechanism so let's just change that around ## Changelog 🆑 Melbert fix: Lizards and Moths don't deathgasp twice when they die /🆑
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
icon_state = "setup_medium_med"
|
||||
maxHealth = 300
|
||||
health = 300
|
||||
living_flags = 0
|
||||
living_flags = NONE
|
||||
light_system = OVERLAY_LIGHT_DIRECTIONAL
|
||||
light_on = FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user