Skip to content

Commit

Permalink
help_need
Browse files Browse the repository at this point in the history
  • Loading branch information
Ro2tCrab committed Sep 13, 2024
1 parent efaf44c commit 3260e56
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
5 changes: 3 additions & 2 deletions code/modules/mob/living/simple_animal/hostile/carp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
ranged = TRUE
retreat_distance = 2
minimum_distance = 5
faction = "wizard"

/mob/living/simple_animal/hostile/carp/magic/atom_init()
..()
Expand All @@ -184,9 +185,9 @@
/mob/living/simple_animal/hostile/carp/magic/carp_randomify()
return 0

/mob/living/simple_animal/hostile/carp/magic/chaos
/mob/living/simple_animal/hostile/carp/magic/chaos //Only for shitspawn.. for now. -Ro2tCrab
name = "chaos carp"
desc = "Свирепое и клыкастое существо, напоминающее рыбу. На 50% карп, 100% хаос."
desc = "Свирепое и клыкастое существо, напоминающее рыбу. На 50% карп, на 100% хаос."
icon_state = "chaoscarp"
icon_living = "chaoscarp"
icon_dead = "chaoscarp_dead"
Expand Down
6 changes: 6 additions & 0 deletions code/modules/projectiles/ammunition/special.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@
/obj/item/ammo_casing/magic/wand/forcewall
projectile_type = /obj/item/projectile/magic/wand/forcewall

/obj/item/ammo_casing/magic/wand/heal
projectile_type = /obj/item/projectile/magic/wand/heal

/obj/item/ammo_casing/magic/wand/broken_mirror
projectile_type = /obj/item/projectile/magic/wand/broken_mirror

/obj/item/ammo_casing/magic/wand/magicarp
projectile_type = /obj/item/projectile/magic/wand/magic_carp

/obj/item/ammo_casing/magic/wand/magic_missle
projectile_type = /obj/item/projectile/magic/wand/magic_missle


/*
/obj/item/ammo_casing/magic/death
Expand Down
12 changes: 6 additions & 6 deletions code/modules/projectiles/guns/magic/wand.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/obj/item/weapon/gun/magic/wand/healing
name = "wand of healing"
desc = "An artefact that uses healing magics to heal the living and revive the dead. Rarely utilized on others, for some reason"
ammo_type = /obj/item/ammo_casing/magic/change
desc = "Артефакт, способный привести в чувства любое сушество.. пока оно живо. Судя по небольшой надписи, кольцо на жезле ''служит спусковым крючком'' "
ammo_type = /obj/item/ammo_casing/magic/wand/heal
icon_state = "staffofchange"
item_state = "staffofchange"
fire_delay = 120
Expand Down Expand Up @@ -52,13 +52,13 @@
fire_sound = 'sound/magic/Staff_Door.ogg'

/obj/item/weapon/gun/magic/wand/broken_mirror
name = "Жезл разбитого стекла"
name = "Жезл разбитого зеркала"
icon_state = "lavastaff"
item_state = "lavastaff"
desc = "Артефакт, способный до неузнаваимости поменять внешний вид гуманоида. Судя по небольшой надписи, кольцо на жезле ''служит спусковым крючком''."
desc = "Артефакт, способный до неузнаваимости изуродовать личность жертвы. Судя по небольшой надписи, кольцо на жезле ''служит спусковым крючком''."
ammo_type = /obj/item/ammo_casing/magic/wand/broken_mirror

/obj/item/weapon/gun/magic/wand/broken_mirror/zap_self(/mob/living/user)
/obj/item/weapon/gun/magic/wand/broken_mirror/zap_self(mob/living/user)
..()
if(ishuman(user))
var/mob/living/carbon/human/T = user
Expand All @@ -77,4 +77,4 @@
icon_state = "lavastaff"
item_state = "lavastaff"
desc = "Артефакт, призывающий сбивающую c ног магическую ракету. Судя по небольшой надписи, кольцо на жезле ''служит спусковым крючком''"
ammo_type = /obj/item/ammo_casing/magic/fireball
ammo_type = /obj/item/ammo_casing/magic/wand/magic_missle

0 comments on commit 3260e56

Please sign in to comment.