Skip to content

Commit

Permalink
You cannot put SCP-714 into the wallet anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ENDSHN committed Aug 15, 2018
1 parent 0c05edb commit 7fea37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5422,7 +5422,7 @@ Function DrawGUI()
SelectedItem = Null
ElseIf Inventory(MouseSlot) <> SelectedItem
Select SelectedItem\itemtemplate\tempname
Case "paper","key1","key2","key3","key4","key5","key6","misc","oldpaper","badge","ticket","25ct","coin","key","scp860","scp714"
Case "paper","key1","key2","key3","key4","key5","key6","misc","oldpaper","badge","ticket","25ct","coin","key","scp860"
;[Block]
If Inventory(MouseSlot)\itemtemplate\tempname = "clipboard" Then
;Add an item to clipboard
Expand Down Expand Up @@ -5477,7 +5477,7 @@ Function DrawGUI()
If SelectedItem <> Null Then
Inventory(MouseSlot)\SecondInv[c] = SelectedItem
Inventory(MouseSlot)\state = 1.0
If b<>"25ct" And b<>"coin" And b<>"key" And b<>"scp860" And b<>"scp714"
If b<>"25ct" And b<>"coin" And b<>"key" And b<>"scp860"
SetAnimTime Inventory(MouseSlot)\model,3.0
EndIf
Inventory(MouseSlot)\invimg = Inventory(MouseSlot)\itemtemplate\invimg
Expand Down

0 comments on commit 7fea37f

Please sign in to comment.