mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Fixes a niche dufflebag issue (#19883)
* fixes chat issues * removal fixes * this
This commit is contained in:
@@ -203,6 +203,9 @@
|
||||
return
|
||||
else if(isstorage(O.loc))
|
||||
var/obj/item/storage/S = O.loc
|
||||
if(!S.removal_allowed_check(user))
|
||||
return
|
||||
|
||||
S.remove_from_storage(O, src)
|
||||
|
||||
for(var/datum/seed_pile/N in piles) //this for loop physically hurts me
|
||||
|
||||
Reference in New Issue
Block a user