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:
Alberyk
2018-04-09 09:45:51 +03:00
committed by Erki
parent 32d7540aba
commit f7fe5041f6
6 changed files with 30 additions and 43 deletions
+1 -1
View File
@@ -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.")
+1 -1
View File
@@ -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.")