Skip to content

Commit

Permalink
Update: Claw Boom (CeladonSS13#1442)
Browse files Browse the repository at this point in the history
* Update: Claw Boom

* forgot something

* And another one
  • Loading branch information
molnizz authored Jan 23, 2025
1 parent 68614b3 commit 4a2f83d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,10 @@
status_flags &= ~GODMODE

/mob/living/simple_animal/hostile/megafauna/claw/proc/phase2_dramatic()
explosion(src, 0, 5, 10)
// [CELADON-EDIT] - CELADON_BALANCE_MOBS
// explosion(src, 0, 5, 10) // CELADON-EDIT - ORIGINAL
explosion(src, 0, 0, 5)
// [/CELADON-EDIT]
empulse(src, 5, 8)
new /obj/effect/gibspawner/human(get_turf(src))
qdel(src)
Expand Down
2 changes: 2 additions & 0 deletions mod_celadon/balance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ EDIT: `mod_celadon/return_content/code/hivebot.dm` : понизили шанс
EDIT: `code/modules/reagents/chemistry/recipes/others.dm` : Меняем кровь слаймоменов в ядрах слаймов на кислоту

EDIT: `code/game/objects/items/storage/briefcase.dm` : Меняем разрешенные вложенные предметы с нормала на смол, чтобы нельзя было вкладывать коробки с и создавать матрешку коробок.
EDIT: `code\modules\mob\living\simple_animal\hostile\megafauna\codename_claw.dm` : Меняем значениеи взрыва, чтобы коробку с лутом не взрывало после смерти челюстей

<!--
Если вы редактировали какие-либо процедуры или переменные в кор коде,
Expand Down Expand Up @@ -142,6 +143,7 @@ EDIT: `code/game/objects/items/storage/briefcase.dm` : Меняем разреш
Затронуты патроны .44, .357, slug. Усилены в целом - Deylan
- Изменения попаданий по лежачим - MrCat15352
- Убрано замедление от синдидюффелей - Quinal
- Изменение взрыва клешни - Molniz
<!--
Здесь находится твой никнейм
Если работал совместно - никнеймы тех, кто помогал.
Expand Down

0 comments on commit 4a2f83d

Please sign in to comment.