Forgot to make the diving helmet a tool product!

console-destruction
Clonkonaut 2016-08-17 20:28:26 +02:00
parent d93b4d7b3a
commit 5518d0ca15
1 changed files with 1 additions and 2 deletions

View File

@ -255,8 +255,7 @@ func FindAvailablePipe(object container)
/*-- Production --*/
public func IsWeapon() { return true; }
public func IsArmoryProduct() { return true; }
public func IsToolProduct() { return true; }
/*-- Display --*/