Page 1 of 2

Absence of Super Gas Mask

Posted: Thu Jan 09, 2014 10:42 pm
by RaptorCyclone
I was playing v0.9, going about my usual routine, put the gas mask in 914 on "very fine", and got a standard gas mask. Did Regilas remove it?

Re: Absence of Super Gas Mask

Posted: Fri Jan 10, 2014 2:14 am
by mrpeanut188
Looking at the source code, no. It should become the Super-Gasmask when refined on Fine or Very Fine.

Re: Absence of Super Gas Mask

Posted: Fri Jan 10, 2014 11:14 am
by Serimah
I also had that issue. I'd put it on either fine or very fine but I no longer get the "Infinite Sprint" Gas Mask. Not sure what happened or if Regalis perhaps changed it somehow?
Did anybody figure out what changed?

Re: Absence of Super Gas Mask

Posted: Fri Jan 10, 2014 12:17 pm
by juanjp600
Main.bb, line 8557:

Code: Select all

Case "gasmask", "supergasmask", "gasmask3"
	If WearingGasMask Then
		Msg = "You took off the gas mask."
	Else
		Msg = "You put on the gas mask."
	EndIf
	MsgTimer = 70 * 5
	If SelectedItem\itemtemplate\tempname="gasmask3" Then
		If WearingGasMask=0 Then WearingGasMask = 3 Else WearingGasMask=0
	ElseIf SelectedItem\itemtemplate\tempname="gasmask2"
		If WearingGasMask=0 Then WearingGasMask = 2 Else WearingGasMask=0
	Else
		WearingGasMask = (Not WearingGasMask)
	EndIf
	SelectedItem = Null				
Where it says "gasmask2", it should say "supergasmask".

Re: Absence of Super Gas Mask

Posted: Fri Jan 10, 2014 2:58 pm
by Serimah
So, this is really in need of a fix? If so.. Juan.. would you be so kind and create a small patch-thing? :oops:
You seem to be the most efficient guy when it comes to fixing this kind of stuff :)

Re: Absence of Super Gas Mask

Posted: Fri Jan 10, 2014 3:11 pm
by juanjp600
Serimah wrote:So, this is really in need of a fix? If so.. Juan.. would you be so kind and create a small patch-thing? :oops:
Here you go.

Re: Absence of Super Gas Mask

Posted: Fri Jan 10, 2014 4:18 pm
by Serimah
Thank you!! :D It's greatly appreciated.

Re: Absence of Super Gas Mask

Posted: Mon Jan 13, 2014 3:21 am
by RaptorCyclone
juanjpro wrote:
Serimah wrote:So, this is really in need of a fix? If so.. Juan.. would you be so kind and create a small patch-thing? :oops:
Here you go.
Thank you for the fix juan! :D

Re: Absence of Super Gas Mask

Posted: Mon Jan 13, 2014 3:32 am
by Cridone
Half of me believes he removed it on purpose, thought a major half of me thinks likely.

Re: Absence of Super Gas Mask

Posted: Tue Jan 14, 2014 2:25 am
by Irontaco
Cridone wrote:Half of me believes he removed it on purpose, thought a major half of me thinks likely.
Considering how nearly everything coming from 914 is super OP in general i wouldn't be surprised.