Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed flaslights producing infinite light/
  • Loading branch information
comma committed Feb 9, 2015
1 parent 20da846 commit 5496c7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,10 @@
if(isliving(src.loc))
return
user.next_move = max(user.next_move+2,world.time + 2)
src.pickup(user)
add_fingerprint(user)
user.put_in_active_hand(src)
if(src.loc == user)
src.pickup(user)
return


Expand Down

0 comments on commit 5496c7b

Please sign in to comment.