Merge branch 'master' into upstream-merge-10401

This commit is contained in:
Nadyr
2021-05-27 22:40:15 -04:00
committed by GitHub
314 changed files with 43393 additions and 73332 deletions

View File

@@ -39,7 +39,6 @@
if(istype(other_batt,chambered.type) && other_batt.shots_left)
switch_to(other_batt)
return new chambered.projectile_type()
break
return null

View File

@@ -127,7 +127,7 @@
if(!target_mob)
return
if(Bump(target_mob, forced=1)) //If we hit a turf, try to force an interaction with a mob on the turf.
if(Bump(target_mob)) //If we hit a turf, try to force an interaction with a mob on the turf.
done_mob_unique = TRUE
success = TRUE
else if(firer)