Remove erroneous IsInteractable from windmill.

It doesn't seem to have an interaction. Pressing [Space] in front of the windmill would just cause a script error.
shapetextures
Sven Eberhardt 2015-10-01 23:21:24 -04:00
parent bffc08c314
commit 69b3b21766
1 changed files with 0 additions and 2 deletions

View File

@ -110,8 +110,6 @@ public func PowerNeed()
/*-- Production --*/
public func IsInteractable() { return true; }
private func IgnoreKnowledge() { return true; }
private func IsProduct(id product_id)