Skip to content

Commit fd12990

Browse files
author
MarxMustermann
committed
made item boltable
1 parent aa3e550 commit fd12990

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/itemFolder/manager/cityPlaner.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,16 +1123,6 @@ def setAutoExtensionThreashold2(self,extraInfo):
11231123
character.addMessage("set value")
11241124
self.autoExtensionThreashold = value
11251125

1126-
def boltAction(self,character):
1127-
self.bolted = True
1128-
character.addMessage("you bolt down the CityPlaner")
1129-
character.changed("boltedItem",{"character":character,"item":self})
1130-
1131-
def unboltAction(self,character):
1132-
self.bolted = False
1133-
character.addMessage("you unbolt the CityPlaner")
1134-
character.changed("unboltedItem",{"character":character,"item":self})
1135-
11361126
def setGeneralPurposeRoomFromMap(self,params):
11371127
self.generalPurposeRooms.append((params["coordinate"][0],params["coordinate"][1],0))
11381128
params["character"].changed("designated room",params)

0 commit comments

Comments
 (0)