Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
John 3:16-17
16 “For God so loved the world, that He gave His only Son, so that everyone who believes in Him will not perish, but have eternal life. 17 For God did not send the Son into the world to judge the world, but so that the world might be saved through Him.
In attack_update.gml Line 14
//Flare Blitz Damage
if (attack == AT_FSPECIAL) {
if (window == 2 && window_timer == 1 && !hitpause) {
take_damage( player, -1, 10 );
}
}