Merge pull request #31497 from AnturK/cyberboss-pls
Fixes some tempremoves
This commit is contained in:
@@ -315,7 +315,7 @@
|
||||
src.add_fingerprint(user)
|
||||
var/obj/item/light/L = W
|
||||
if(istype(L, light_type))
|
||||
if(!user.temporarilyRemoveItemFromInventory())
|
||||
if(!user.temporarilyRemoveItemFromInventory(L))
|
||||
return
|
||||
|
||||
src.add_fingerprint(user)
|
||||
|
||||
Reference in New Issue
Block a user