File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments