Skip to content

Commit

Permalink
Update ammo_datums.dm (#14042)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir authored Sep 28, 2023
1 parent 9a56615 commit 9bbad36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/ammo_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3783,7 +3783,7 @@ GLOBAL_LIST_INIT(no_sticky_resin, typecacheof(list(/obj/item/clothing/mask/faceh
if(!do_after(user_xeno, 3 SECONDS, TRUE, trap))
return FALSE
trap.set_trap_type(TRAP_SMOKE_ACID)
trap.smoke = new /datum/effect_system/smoke_spread/xeno/neuro/medium
trap.smoke = new /datum/effect_system/smoke_spread/xeno/acid
trap.smoke.set_up(1, get_turf(trap))
return TRUE

Expand Down

0 comments on commit 9bbad36

Please sign in to comment.