mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[MIRROR] You can no longer delete the nuclear disk using a windoor [MDB IGNORE] (#15267)
* You can no longer delete the nuclear disk using a windoor (#68770) removed a way that you could send items into the void using just a windoor and a pal * You can no longer delete the nuclear disk using a windoor Co-authored-by: Jacquerel <hnevard@gmail.com>
This commit is contained in:
@@ -449,9 +449,11 @@
|
||||
|
||||
// They equipped an item in the meantime
|
||||
if (!isnull(strippable_item.get_item(owner)))
|
||||
user.put_in_hands(held_item)
|
||||
return
|
||||
|
||||
if (!user.Adjacent(owner))
|
||||
user.put_in_hands(held_item)
|
||||
return
|
||||
|
||||
strippable_item.finish_equip(owner, held_item, user)
|
||||
|
||||
Reference in New Issue
Block a user