Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function SCP_914_Rough( target )
- target:SetHealth(target:Health() + 10)
- if target:Health() > 200 then
- target:Kill()
- end
- end
- function SCP_914_Coarse( target )
- target:SetHealth(target:Health() + 20)
- if target:Health() > 200 then
- target:Kill()
- end
- end
- function SCP_914_1_1( target )
- target:SetHealth(target:Health() + 30)
- if target:Health() > 200 then
- target:Kill()
- end
- end
- function SCP_914_Fine( target )
- target:SetHealth(target:Health() + 40)
- if target:Health() > 200 then
- target:Kill()
- end
- end
- function SCP_914_Veryfine( target )
- target:SetHealth(target:Health() + 50)
- if target:Health() > 200 then
- target:Kill()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement