mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Adds Boats, Ports /TG/ Buckling (#4527)
* Adds Boats, Ports /TG/ Buckling * Travis Appeasement * Changelog
This commit is contained in:
@@ -118,8 +118,9 @@
|
||||
..()
|
||||
|
||||
/obj/vehicle/bike/bullet_act(var/obj/item/projectile/Proj)
|
||||
if(buckled_mob && prob(protection_percent))
|
||||
buckled_mob.bullet_act(Proj)
|
||||
if(has_buckled_mobs() && prob(protection_percent))
|
||||
var/mob/living/L = pick(buckled_mobs)
|
||||
L.bullet_act(Proj)
|
||||
return
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user