Skip to content

Commit

Permalink
Fixes more uninteractable effects
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxxmedearly committed Aug 7, 2023
1 parent 8791762 commit 40ed974
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/effects/spiders.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
icon = 'icons/effects/effects.dmi'
anchored = TRUE
density = FALSE
mouse_opacity = MOUSE_OPACITY_ICON
var/health = 15

//similar to weeds, but only barfed out by nurses manually
Expand Down Expand Up @@ -139,7 +140,6 @@
anchored = 0
layer = 2.7
health = 3
mouse_opacity = MOUSE_OPACITY_ICON
var/last_itch = 0
var/amount_grown = -1
var/growth_rate = 1
Expand Down
1 change: 1 addition & 0 deletions code/game/objects/items/weapons/weaponry.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
density = TRUE
opacity = FALSE
anchored = TRUE
mouse_opacity = MOUSE_OPACITY_ICON

var/health = 50
var/mob/living/affecting = null //Who it is currently affecting, if anyone.
Expand Down
4 changes: 4 additions & 0 deletions html/changelogs/doxxmedearly-more_effects_fixes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: Doxxmedearly
delete-after: True
changes:
- bugfix: "Greimorian webs, egg clusters, and cocoons, as well as energy nets, are once more able to be attacked and interacted with."

0 comments on commit 40ed974

Please sign in to comment.