Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisiting snow_whites_apple #1486

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading