MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / GiveArmor

Method GiveArmor

PanzerChasm/server/server.cpp:520–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520void Server::GiveArmor()
521{
522 for( const ConnectedPlayerPtr& connected_player : players_ )
523 connected_player->player->GiveArmor();
524
525 Log::Info( "armor added" );
526}
527
528void Server::GiveWeapon()
529{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected