Skip to content

Commit

Permalink
доработка
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij authored Dec 25, 2024
1 parent df6b536 commit 3ef7c8d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion code/game/machinery/vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,13 @@
for(var/typepath in subtypesof(/datum/vendor_crit))
all_possible_crits[typepath] = new typepath()

AddElement(/datum/element/falling_hazard, damage = 80, hardhat_safety = FALSE, crushes = TRUE, impact_sound = 'sound/effects/vending_hit.ogg')
AddElement( \
/datum/element/falling_hazard, \
damage = 80, \
hardhat_safety = FALSE, \
crushes = TRUE, \
impact_sound = 'sound/effects/vending_hit.ogg', \
)

update_icon(UPDATE_OVERLAYS)

Expand Down

0 comments on commit 3ef7c8d

Please sign in to comment.