[MIRROR] Unlucky trait (#11775)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-10-04 03:52:24 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 6eab8c8408
commit b8fe8fa68d
44 changed files with 1162 additions and 181 deletions
+4 -2
View File
@@ -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