Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed 178 #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 4 additions & 14 deletions SourceCode/Main.bb
Original file line number Diff line number Diff line change
Expand Up @@ -752,19 +752,16 @@ Const HIT_MAP% = 1
Const HIT_PLAYER% = 2
Const HIT_ITEM% = 3
Const HIT_APACHE% = 4
Const HIT_178% = 5
Const HIT_DEAD% = 6
Const HIT_DEAD% = 5
;Multiplayer
Const HIT_PLAYER_MP% = 7
Const HIT_NPC_MP% = 8
Const HIT_PLAYER_MP% = 6
Const HIT_NPC_MP% = 7
;[End Block]

Collisions HIT_PLAYER, HIT_MAP, 2, 2
Collisions HIT_PLAYER, HIT_PLAYER, 1, 2 ;3
Collisions HIT_ITEM, HIT_MAP, 2, 2
Collisions HIT_APACHE, HIT_APACHE, 1, 2
;Collisions HIT_178, HIT_MAP, 2, 2
;Collisions HIT_178, HIT_178, 1, 3
Collisions HIT_DEAD, HIT_MAP, 2, 2
;For Multiplayer
Collisions HIT_PLAYER_MP, HIT_MAP, 2, 2
Expand Down Expand Up @@ -5212,7 +5209,6 @@ Function TakeOffStuff(flag%=0)
;1: GasMask
;2: Hazmat Suit
;4: SCP-714
;8: SCP-178
;16: Kevlar Vest
;32: Night Vision Goggles
;64: SCP-1499
Expand Down Expand Up @@ -5243,12 +5239,6 @@ Function TakeOffStuff(flag%=0)
DebugLog "SCP-714 Off"
EndIf
EndIf
If Len(numb_flag%)>3
If Mid(numb_flag%,Len(numb_flag%)-3,1) = 1

DebugLog "SCP-178 Off"
EndIf
EndIf
If Len(numb_flag%)>4
If Mid(numb_flag%,Len(numb_flag%)-4,1) = 1
WearingVest = False
Expand Down Expand Up @@ -6415,4 +6405,4 @@ Function ShowStats()
End Function

;~IDEal Editor Parameters:
;~C#Blitz3D
;~C#Blitz3D