Skip to content

Commit

Permalink
Как подписывать коммиты
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafnik02 committed Nov 15, 2024
1 parent a0a9d2b commit 4e85cd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/__DEFINES/supermatter.dm

This file was deleted.

4 changes: 4 additions & 0 deletions code/modules/power/supermatter/supermatter_special_effects.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
#define SIMPLE_ANIMAL_MINDGIVING_CHANCE 2
#define DNA_MUTATION_CHANCE 10

///to prevent accent sounds from layering
#define SUPERMATTER_ACCENT_SOUND_MIN_COOLDOWN (2 SECONDS)

/datum/supermatter_explosive_effects
var/z = 0
///DNA mutation chance. Made this into var so admins can have fun messing up station
Expand Down Expand Up @@ -229,3 +232,4 @@
#undef SPECIAL_EFFECTS_TIMER_DELAY
#undef SIMPLE_ANIMAL_MINDGIVING_CHANCE
#undef DNA_MUTATION_CHANCE
#undef SUPERMATTER_ACCENT_SOUND_MIN_COOLDOWN

0 comments on commit 4e85cd7

Please sign in to comment.