Skip to content

Commit

Permalink
fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Jul 29, 2023
1 parent 31d4d60 commit fc6921b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/items/gear_packs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
item_flags = SLOWS_WHILE_IN_HAND
max_integrity = 300
slowdown = 1
drag_slowdown = 1
actions_types = list(/datum/action/item_action/toggle_attachment)
max_integrity = 200
armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 30)
Expand All @@ -28,6 +29,7 @@

/obj/item/gear_pack/Initialize()
. = ..()
drag_slowdown = slowdown
attachment = new attachment_type(src)
cell = new(src)
update_power()
Expand Down
1 change: 1 addition & 0 deletions code/modules/surgery/experimental_dissection.dm
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
name = "Experimental Dissection"
value_multiplier = 2
requires_tech = TRUE
replaced_by = null

#undef BASE_HUMAN_REWARD
#undef EXPDIS_FAIL_MSG
Expand Down

0 comments on commit fc6921b

Please sign in to comment.