player.plasma_grenades

Type: Number

The player's current plasma grenade count. The count is capped at 4; attempting to increase it past this number will simply set it to 4 instead.

This accessor supports write access only; you cannot read an existing value.

Example

for each player do
   current_player.plasma_grenades += 1
end

See also