mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Fixes nullspace bug when entering deleted disposal bins (#15141)
This commit is contained in:
@@ -198,7 +198,7 @@
|
||||
V.show_message("[usr] starts stuffing [target.name] into the disposal.", 3)
|
||||
if(!do_after(usr, 20, target = target))
|
||||
return
|
||||
if(target_loc != target.loc)
|
||||
if(QDELETED(src) || target_loc != target.loc)
|
||||
return
|
||||
if(target == user && !user.stat && !user.IsWeakened() && !user.stunned && !user.paralysis) // if drop self, then climbed in
|
||||
// must be awake, not stunned or whatever
|
||||
|
||||
Reference in New Issue
Block a user