Skip to content

Commit

Permalink
Update snow_whites_apple.dm
Browse files Browse the repository at this point in the history
Spell implementation

Update actions_abnormality.dmi

Update code/modules/mob/living/simple_animal/abnormality/waw/snow_whites_apple.dm

Update code/modules/mob/living/simple_animal/abnormality/waw/snow_whites_apple.dm

Co-Authored-By: [̸R̵e̵d̴a̴c̶t̸e̸d̴]̵ <[email protected]>
  • Loading branch information
InsightfulParasite and LanceSmites328 committed Dec 6, 2023
1 parent b9577a1 commit c222bc2
Show file tree
Hide file tree
Showing 5 changed files with 346 additions and 87 deletions.
Binary file modified ModularTegustation/Teguicons/tegu_effects.dmi
Binary file not shown.
Binary file modified ModularTegustation/Teguicons/teguobjects.dmi
Binary file not shown.
8 changes: 3 additions & 5 deletions code/game/objects/items/ego_weapons/waw.dm
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,9 @@
name = "green stem"
desc = "All personnel involved in the equipment's production wore heavy protection to prevent them from being influenced by the entity."
special = "Wielding this weapon grants an immunity to the slowing effects of the princess's vines. \
Use in hand to channel a vine burst."
When used in hand 30 sanity will be consumed before channeling a 7 second vine burst that \
will hit all hostiles in a 3 tile range around the user. If vine burst is used at 30% sanity the damage is \
increased by 50% but will hit allies due to the intense hatred of F-04-42 influencing the user."
icon_state = "green_stem"
force = 32 //original 8-16
reach = 2 //Has 2 Square Reach.
Expand Down Expand Up @@ -384,10 +386,6 @@
user.visible_message("<span class='notice'>[user] stabs [src] into the ground.</span>", "<span class='nicegreen'>You stab your [src] into the ground.</span>")
var/mob/living/carbon/human/L = user
L.adjustSanityLoss(30)
if(!locate(/obj/structure/spreading/apple_vine) in get_turf(user))
L.visible_message("<span class='notice'>Wilted stems grow from [src].</span>")
new /obj/structure/spreading/apple_vine(get_turf(user))
return

var/affected_mobs = 0
for(var/i = 1 to 6)
Expand Down
Loading

0 comments on commit c222bc2

Please sign in to comment.