mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
Drones see pAIs in mobile form without filters (#26246)
Consistency. Drones are allowed to interact with pAIs, code should reflect that. 🆑 coiax add: Since drones are allowed to interact with pAIs, pAIs in mobile chassis form are no longer distorted to drone viewpoints. /🆑
This commit is contained in:
@@ -240,3 +240,6 @@
|
|||||||
/mob/living/silicon/pai/process()
|
/mob/living/silicon/pai/process()
|
||||||
emitterhealth = Clamp((emitterhealth + emitterregen), -50, emittermaxhealth)
|
emitterhealth = Clamp((emitterhealth + emitterregen), -50, emittermaxhealth)
|
||||||
hit_slowdown = Clamp((hit_slowdown - 1), 0, 100)
|
hit_slowdown = Clamp((hit_slowdown - 1), 0, 100)
|
||||||
|
|
||||||
|
/mob/living/silicon/pai/generateStaticOverlay()
|
||||||
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user