Merge pull request #31497 from AnturK/cyberboss-pls

Fixes some tempremoves
This commit is contained in:
Leo
2017-10-10 09:09:23 -03:00
committed by CitadelStationBot
parent f8d0646b09
commit ed3a031543
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)