Absence of Super Gas Mask
#1I 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?

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
Here you go.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?
Thank you for the fix juan!juanjpro wrote:Here you go.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?
Considering how nearly everything coming from 914 is super OP in general i wouldn't be surprised.Cridone wrote:Half of me believes he removed it on purpose, thought a major half of me thinks likely.
Return to “General discussion”