mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
/turf/simulated/floor/engine/attack_paw(var/mob/user as mob)
|
|
return src.attack_hand(user)
|
|
|
|
/turf/simulated/floor/engine/attack_hand(var/mob/user as mob)
|
|
user.Move_Pulled(src)
|
|
return
|
|
|
|
/turf/simulated/floor/engine/blob_act()
|
|
if(prob(25))
|
|
ChangeTurf(get_underlying_turf())
|
|
return
|
|
return
|