Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
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 );
}
}