mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Bug and map fixes for the april update (#4576)
-fixes the jobban check on the ipc construction -fixes eva having too much lights and skrell suits -fixes #4569 -fixes the floor being a holo floor in the security second level -fixes #4557 -fixes an extra pixel on the hudeyepatch -fixes #4574
This commit is contained in:
@@ -102,6 +102,6 @@ datum/martial_art/karak_virul/grab_act(var/mob/living/carbon/human/A, var/mob/li
|
||||
|
||||
to_chat(usr, "<b><i>You warble deeply and recall the teachings...</i></b>")
|
||||
to_chat(usr, "<span class='notice'>Painful Palm</span>: Disarm Harm Harm. Strikes your target with a painful hit, causing some pain.")
|
||||
to_chat(usr, "<span class='notice'>Leg Sweep</span>: Disarm Disarm Harm. Trips the victim, rendering them prone and unable to move for a short time.")
|
||||
to_chat(usr, "<span class='notice'>Leg Sweep</span>: Disarm Harm Disarm.. Trips the victim, rendering them prone and unable to move for a short time.")
|
||||
to_chat(usr, "<span class='notice'>Dislocating Strike</span>: Harm Disarm Disarm Disarm. Delivers a strong punch that can dislocate your target's limb.")
|
||||
|
||||
|
||||
@@ -123,5 +123,5 @@ datum/martial_art/sol_combat/grab_act(var/mob/living/carbon/human/A, var/mob/liv
|
||||
|
||||
to_chat(usr, "<b><i>You clench your fists and have a flashback of knowledge...</i></b>")
|
||||
to_chat(usr, "<span class='notice'>Neck Chop</span>: Harm Harm Disarm. Injures the neck, stopping the victim from speaking for a while.")
|
||||
to_chat(usr, "<span class='notice'>Leg Sweep</span>: Disarm Disarm Harm. Trips the victim, rendering them prone and unable to move for a short time.")
|
||||
to_chat(usr, "<span class='notice'>Leg Sweep</span>: Disarm Harm Disarm. Trips the victim, rendering them prone and unable to move for a short time.")
|
||||
to_chat(usr, "<span class='notice'>Lung Punch</span>: Harm Disarm Harm. Delivers a strong punch just above the victim's abdomen, constraining the lungs. The victim will be unable to breathe for a short time.")
|
||||
Reference in New Issue
Block a user