mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Fix rockets embedding in people (#76136)
## About The Pull Request Rockets can't embed anymore and are now blunt objects (so they cause blunt wounds instead) This is what could happen before:  ## Why It's Good For The Game I've been told that the embedding is not intentional, so this PR fixes an oversight ## Changelog 🆑 fix: Rockets can no longer embed in people and cause blunt wounds instead of piercing /🆑
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
desc = "Boom."
|
||||
icon_state= "missile"
|
||||
damage = 50
|
||||
sharpness = NONE
|
||||
embedding = null
|
||||
shrapnel_type = null
|
||||
ricochets_max = 0
|
||||
/// Whether we do extra damage when hitting a mech or silicon
|
||||
var/anti_armour_damage = 0
|
||||
|
||||
Reference in New Issue
Block a user