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
"MC_POST_FIRE_TEAR" from "Pop Pack" failed: ...nding of Isaac Rebirth/mods/pop pack_3282036153/main.lua:1019: attempt to index a nil value (local 'player')
Stack Traceback:
...nding of Isaac Rebirth/mods/pop pack_3282036153/main.lua:1019: in function at line 1017
Thank you so much for letting me know, and for the support! It's been rough recently, but it's nice to know that some people still care. :D
(Most of them pertain to having multiple players, or sneezing a little too hard in the direction of the code)
Thanks again, TheRevardexs!
I appreciate you running through the code and letting me know how I can mod better; I am still VERY much a novice, but getting better line by line!
To fix this change line 106 to:
SodaGate = 0
and line 605 to:
if SodaCount == 0 then
SodaGate = 1
end
This way SodaGate is reset to 0 when turning Isaac off and on and is set to 1 only when not holding a soda.