mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Personalized combat messages part 2 (#52890)
Adds more "personalized" combat messages for all participants in a fight: the attacker, the victim and the spectators
This commit is contained in:
@@ -20,7 +20,8 @@ GLOBAL_LIST_INIT(rod_recipes, list ( \
|
||||
throw_range = 7
|
||||
custom_materials = list(/datum/material/iron=1000)
|
||||
max_amount = 50
|
||||
attack_verb = list("hit", "bludgeoned", "whacked")
|
||||
attack_verb_continuous = list("hits", "bludgeons", "whacks")
|
||||
attack_verb_simple = list("hit", "bludgeon", "whack")
|
||||
hitsound = 'sound/weapons/gun/general/grenade_launch.ogg'
|
||||
embedding = list()
|
||||
novariants = TRUE
|
||||
|
||||
Reference in New Issue
Block a user