(2402e736e) Tester's build, January 25th 2020
This commit is contained in:
+4
-1
@@ -97,7 +97,10 @@ namespace Barotrauma.Tutorials
|
||||
stunbaton.Unequip(officer);
|
||||
officer.Inventory.RemoveItem(stunbaton);
|
||||
|
||||
var ballistichelmet = FindOrGiveItem(officer, "ballistichelmet");
|
||||
var ballistichelmet =
|
||||
officer.Inventory.FindItemByIdentifier("ballistichelmet1") ??
|
||||
officer.Inventory.FindItemByIdentifier("ballistichelmet2") ??
|
||||
FindOrGiveItem(officer, "ballistichelmet3");
|
||||
ballistichelmet.Unequip(officer);
|
||||
officer.Inventory.RemoveItem(ballistichelmet);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user