mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Thanks TortoiseGit.
This commit is contained in:
@@ -859,7 +859,7 @@ note dizziness decrements automatically in the mob's Life() proc.
|
|||||||
pixel_y = V.mob_offset_y
|
pixel_y = V.mob_offset_y
|
||||||
else if(buckled)
|
else if(buckled)
|
||||||
if(buckled.buckle_lying != -1)
|
if(buckled.buckle_lying != -1)
|
||||||
lying = buckled.buckle_lying
|
lying = buckled.buckle_lying
|
||||||
// var/movable is defined at /obj/structure/stool/bed level
|
// var/movable is defined at /obj/structure/stool/bed level
|
||||||
// If we're buckled to something else, such as vines, assume it's stationary.
|
// If we're buckled to something else, such as vines, assume it's stationary.
|
||||||
if (!istype(buckled) || !buckled.movable) anchored = 1
|
if (!istype(buckled) || !buckled.movable) anchored = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user