mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Eclipse Minor Stuff (#7199)
This commit is contained in:
13
modular_chomp/code/modules/projectiles/guns/special.dm
Normal file
13
modular_chomp/code/modules/projectiles/guns/special.dm
Normal file
@@ -0,0 +1,13 @@
|
||||
/obj/item/projectile/mobbola
|
||||
name = "bola"
|
||||
icon_state = "bola"
|
||||
damage = 5
|
||||
embed_chance = 0 //Nada.
|
||||
damage_type = HALLOSS
|
||||
muzzle_type = null
|
||||
hud_state = "monkey"
|
||||
|
||||
combustion = FALSE
|
||||
|
||||
modifier_type_to_apply = /datum/modifier/entangled
|
||||
modifier_duration = 0.5 MINUTE
|
||||
Reference in New Issue
Block a user