Skip to content

Commit

Permalink
Remove lack of smoking smoke (#2797)
Browse files Browse the repository at this point in the history
Co-authored-by: LordNest <[email protected]>
  • Loading branch information
ImJustKisik and LordNest authored Jan 4, 2025
1 parent 0a90c37 commit 82f7ced
Show file tree
Hide file tree
Showing 4 changed files with 385 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/utility_items/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ID мода: UTILITY_ITEMS
### Изменения *кор кода*

- `code/modules/mining/abandonedcrates.dm` `/obj/structure/closet/crate/secure/loot/var/codelen`

- `code/modules/clothing/masks/smokable.dm` `/obj/item/clothing/mask/smokable/proc/smoke`
<!--
Если вы редактировали какие-либо процедуры или переменные в кор коде,
они должны быть указаны здесь.
Expand All @@ -39,7 +39,7 @@ ID мода: UTILITY_ITEMS

### Оверрайды

- Отсутствуют
- `code/modules/clothing/masks/smokable.dm` `/obj/item/clothing/mask/smokable/proc/smoke` `/obj/item/clothing/mask/smokable/proc/light`

<!--
Если ты добавлял новый модульный оверрайд, его нужно указать здесь.
Expand Down
1 change: 1 addition & 0 deletions mods/utility_items/_utility_items.dme
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "code/wires.dm"
#include "code/reagents.dm"
#include "code/cell_charger.dm"
#include "code/cig_smoke.dm"
#include "code/vox.dm"
#include "code/simple.dm"
#include "code/circuit.dm"
Expand Down
Loading

0 comments on commit 82f7ced

Please sign in to comment.