[no gbp] fixes watchers making raptors freak out (#84719)

## About The Pull Request
i meant for these changes to be station-side only

## Why It's Good For The Game
closes #84655

## Changelog
🆑
fix: raptors don't easily stress out in lavaland environments
/🆑
This commit is contained in:
Ben10Omintrix
2024-07-07 15:04:47 -04:00
committed by GitHub
parent 5b3c32e5cf
commit f1f89e5ecc
+1 -1
View File
@@ -554,7 +554,7 @@
/datum/component/riding/creature/raptor/proc/freak_out()
var/mob/living/living_parent = parent
if(!length(living_parent.buckled_mobs))
if(lavaland_equipment_pressure_check(get_turf(living_parent)) || !length(living_parent.buckled_mobs))
return
living_parent.balloon_alert_to_viewers("freaks out!")
living_parent.spin(spintime = 2 SECONDS, speed = 1)