mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 07:23:16 +00:00
Finishes fixing liquid sloshing for robots (#7025)
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
//CHOMP reagent vore belly sloshing
|
||||
|
||||
/mob/living/silicon/robot
|
||||
var/step_count = 0
|
||||
|
||||
/mob/living/silicon/robot/handle_footstep(var/turf/T)
|
||||
if(step_count++ % 2)
|
||||
check_vorefootstep("run", T) //CHOMPstation edit: sloshing reagent belly walk system
|
||||
|
||||
// Handle footstep sounds
|
||||
/mob/living/silicon/robot/handle_vorefootstep(var/m_intent, var/turf/T)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user