mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
Merge pull request #12358 from BonniePandora/PDA-clamshell+more
New PDA type, new sprites for other types & overlays!
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user