Skip to content

Commit

Permalink
replaces uses_integrity with just setting a very high integrity (tgst…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryll-Ryll committed Feb 18, 2022
1 parent 5e07306 commit 36f4395
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/structures/mystery_box.dm
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ GLOBAL_LIST_INIT(mystery_box_extended, list(
pixel_y = -4
anchored = TRUE
density = TRUE
uses_integrity = FALSE
max_integrity = 99999
damage_deflection = 100

var/crate_open_sound = 'sound/machines/crate_open.ogg'
var/crate_close_sound = 'sound/machines/crate_close.ogg'
Expand Down

0 comments on commit 36f4395

Please sign in to comment.