Merge pull request #12358 from BonniePandora/PDA-clamshell+more

New PDA type, new sprites for other types & overlays!
This commit is contained in:
Casey
2022-03-02 18:14:44 +00:00
committed by CHOMPStation2
parent 6ff52b6749
commit 5603fb7bd4
13 changed files with 19 additions and 10 deletions
@@ -42,7 +42,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
@@ -156,4 +156,4 @@
return TOPIC_REFRESH //End of YW EDIT
return ..()
return ..()