mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
and another one
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
pref.backbag = 2 //Same as above
|
||||
character.backbag = pref.backbag
|
||||
|
||||
if(pref.pdachoice > 6 || pref.pdachoice < 1)
|
||||
if(pref.pdachoice > 7 || pref.pdachoice < 1)
|
||||
pref.pdachoice = 1
|
||||
character.pdachoice = pref.pdachoice
|
||||
|
||||
@@ -148,4 +148,4 @@
|
||||
return TOPIC_REFRESH
|
||||
|
||||
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user