mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user