A3Armory / A3A_A3Wasteland_Sock.Altis

A3Wasteland is a harsh survival sandbox mission for Arma 3 where two teams and independent players fight for survival. This is a collaboration between GoT, TPG, KoS, 404Games, and others.
GNU Affero General Public License v3.0
0 stars 5 forks source link

Allow snipers and divers the ability to heal #1

Closed tylers-dev closed 8 years ago

tylers-dev commented 8 years ago

Seems better to allow everyone the fair chance to buy a medkit and heal themselves with it.

Gigatek1 commented 8 years ago

What about the starting uniforms and diving gear? Did you test this? I needs to work for op4 blu4 and ind.

tylers-dev commented 8 years ago

I did test this. I got the ghilli when I spawned as sniper, i got the wetsuit when I spawned as diver. The getDefaultClothing.sqf already did all this proper assigning of uniform/vest/items to snipers and divers. I just made it define _isSniper and _isDiver to the description we set in the mission.sqm rather than the class unit type. That way they can technically be medics (to heal themselves), but still get assigned the same gear they were getting before.

Gigatek1 commented 8 years ago

Nice. Let give it a go. If you tested it that good enough for me.

tylers-dev commented 8 years ago

Excellent