Skip to content

Commit

Permalink
Changes a single variable
Browse files Browse the repository at this point in the history
  • Loading branch information
IsProbablyCatto committed Oct 9, 2023
1 parent 82b8f3d commit a7dafa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/belt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
storage_slots = 14
max_w_class = SIZE_MEDIUM
max_storage_space = 28
var/mode = 0 //Pill picking mode
var/mode = 1 //Picking from pill bottle mode

can_hold = list(
/obj/item/device/healthanalyzer,
Expand Down

0 comments on commit a7dafa6

Please sign in to comment.