mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Rebalances the 3 least used non temp or illegal guns, + BSG (#27476)
* guns * bsg fix, shield * lwap scoped always hits crawling mobs * decrease scope time * Apply suggestions from code review Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> --------- Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
return (!mover.density || !density || horizontal)
|
||||
|
||||
/mob/proc/projectile_hit_check(obj/item/projectile/P)
|
||||
return !density
|
||||
return !(P.always_hit_living_nondense && (stat != DEAD)) && !density
|
||||
|
||||
/client/verb/toggle_throw_mode()
|
||||
set hidden = 1
|
||||
|
||||
Reference in New Issue
Block a user