mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
[MIRROR] Unlucky trait (#11775)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
6eab8c8408
commit
b8fe8fa68d
@@ -193,7 +193,7 @@
|
||||
var/mob/living/L = P
|
||||
if(L.client)
|
||||
L.client.Process_Grab() // Update any miscellanous grabs, possibly break grab-chains
|
||||
|
||||
SEND_SIGNAL(AM, COMSIG_MOVED_UP_STAIRS, AM, oldloc)
|
||||
return TRUE
|
||||
|
||||
/obj/structure/stairs/bottom/use_stairs_instant(var/atom/movable/AM)
|
||||
@@ -231,6 +231,7 @@
|
||||
L.client.Process_Grab()
|
||||
else
|
||||
AM.forceMove(get_turf(top))
|
||||
SEND_SIGNAL(AM, COMSIG_MOVED_UP_STAIRS, AM)
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
@@ -452,7 +453,7 @@
|
||||
var/mob/living/L = P
|
||||
if(L.client)
|
||||
L.client.Process_Grab() // Update any miscellanous grabs, possibly break grab-chains
|
||||
|
||||
SEND_SIGNAL(AM, COMSIG_MOVED_DOWN_STAIRS, AM, oldloc)
|
||||
return TRUE
|
||||
|
||||
/obj/structure/stairs/top/use_stairs_instant(var/atom/movable/AM)
|
||||
@@ -489,6 +490,7 @@
|
||||
L.client.Process_Grab()
|
||||
else
|
||||
AM.forceMove(get_turf(bottom))
|
||||
SEND_SIGNAL(AM, COMSIG_MOVED_DOWN_STAIRS, AM)
|
||||
|
||||
// Mapping pieces, placed at the bottommost part of the stairs
|
||||
/obj/structure/stairs/spawner
|
||||
|
||||
Reference in New Issue
Block a user