This commit is contained in:
DepressedTWM 2026-08-08 11:49:18 +04:00
parent da8796cfb5
commit d4ce9c1344
3 changed files with 23 additions and 40 deletions

View file

@ -1,44 +1,27 @@
# Peoples # Peoples
## Programmers | People | Description |
* Issac332 | ----------- | ----------- |
* "Визя" | Issac332 | Programmer, Artist and cat window |
* DepressedTWM | визя | Programmer |
* referr | DepressedTWM | Stupid programmer, code.nikooneshot.ru administrator, telegram channel administrator, u/CatWindowTeam owner and other idk |
* блинчек | referr | programmer and matrix moderator |
| блинчек | Ruby programmer |
| Creature_of_steel1 | Pixel-art artist and telegram moderator |
| DesMo | Pixel-art artist |
| Обси | English telegram channel administrator |
| K1RMAN | Artist |
| Serega_play_x | Pixel-Art artist |
| kakafka | Pixel-art artist |
| Prime 223432 | Windows XP Tester |
| Alula | Main tester |
| Охотник | Tester |
| Ouzly | Tester and telegram moderator |
## Artists # Donators:
* Issac332 | Donator |
* Creature_of_steel1 | ----------- |
* DesMo | Kodu |
* Обси
* DepressedTWM
* K1RMAN
* Serega_play_x
* kakafka
## Testers and helpers:
* Rubik
* Prime 223432
* Alula(from Oneshot)
* Охотник
* Ouzly
## Telegram moderators
* Creature_of_steel1
* Обси(ENG channel)
* Freskovich
* "Визя"
* Ouzly
## Matrix moderators
* referr
## Servers administrators
* DepressedTWM
## Special thanks to ## Special thanks to
* my mom and dad:3 * my mom and dad:3
* Friends:3 * Friends:3
## Donators:
* Kodu

View file

@ -15,7 +15,7 @@
#include "debugwriter.h" #include "debugwriter.h"
#include "define.h" #include "define.h"
#ifdef _WIN32 #ifdef windows
#include <windows.h> #include <windows.h>
static WCHAR szStyle[8] = {0}; static WCHAR szStyle[8] = {0};
static WCHAR szTile[8] = {0}; static WCHAR szTile[8] = {0};

View file

@ -407,7 +407,7 @@ class Window_Message < Window_Selectable
else else
if @blip >= BLIP_TIME if @blip >= BLIP_TIME
#april fools #april fools
if ($game_temp.message_face != nil && ((CTime.month == 4 && CTime.day == 1) or Settings[:enforce_april_fools])) && $game_temp.message_face.start_with?("niko") if ($game_temp.message_face != nil && ((CTime.month == 4 && CTime.day == 1) or Settings[:enforce_april_fools]) && $game_temp.message_face.start_with?("niko"))
niko_sounds = ["cat_2"] niko_sounds = ["cat_2"]
@blipsound = niko_sounds[rand(niko_sounds.length)] @blipsound = niko_sounds[rand(niko_sounds.length)]
Audio.se_play("Audio/SE/#{@blipsound}.wav", 50, rand(100..125)) unless @text.empty? Audio.se_play("Audio/SE/#{@blipsound}.wav", 50, rand(100..125)) unless @text.empty?