Skip to content

Commit

Permalink
HIDP mine level 1 buff (same as direct hit HIDP)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomoresolvalou committed Sep 12, 2024
1 parent ed82c19 commit 4ac3831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/explosives/mine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
if(!cause_data)
cause_data = create_cause_data(initial(name), user)
if(mine_level == 1)
var/datum/effect_system/smoke_spread/phosphorus/smoke = new()
var/datum/effect_system/smoke_spread/phosphorus/smoke = new /datum/effect_system/smoke_spread/phosphorus/sharp
var/smoke_radius = 2
smoke.set_up(smoke_radius, 0, loc)
smoke.start()
Expand Down

0 comments on commit 4ac3831

Please sign in to comment.