diff --git a/code/game/objects/effects/aliens.dm b/code/game/objects/effects/aliens.dm index 2d266b31936..263e64d02af 100644 --- a/code/game/objects/effects/aliens.dm +++ b/code/game/objects/effects/aliens.dm @@ -386,7 +386,8 @@ Alien plants should do something if theres a lot of poison if(isalien(user)) switch(status) if(BURST) - user << "\red The child is already gone." + user << "\red You clear the hatched egg." + del(src) return if(GROWING) user << "\red The child is not developed yet." diff --git a/code/modules/mob/living/carbon/alien/humanoid/queen.dm b/code/modules/mob/living/carbon/alien/humanoid/queen.dm index efa2d0cc115..08df5a6ad72 100644 --- a/code/modules/mob/living/carbon/alien/humanoid/queen.dm +++ b/code/modules/mob/living/carbon/alien/humanoid/queen.dm @@ -6,7 +6,7 @@ health = 250 icon_state = "alienq_s" nopush = 1 - heal_rate = 10 // Let's regenerate more than our average underling. + heal_rate = 5 plasma_rate = 20 diff --git a/html/changelog.html b/html/changelog.html index b17c64631fc..215f1d04253 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -49,6 +49,22 @@ should be listed in the changelog upon commit tho. Thanks. --> +
+

03 November 2012

+

WJohnston updated:

+ +
+ +
+

03 November 2012

+

Giacom updated:

+ +
+

02 November 2012

Errorage updated:

diff --git a/icons/mob/items_lefthand.dmi b/icons/mob/items_lefthand.dmi index 18da4b7bf42..8d3acbd90a4 100644 Binary files a/icons/mob/items_lefthand.dmi and b/icons/mob/items_lefthand.dmi differ diff --git a/icons/mob/items_righthand.dmi b/icons/mob/items_righthand.dmi index 74b5eed3a29..8dd6e2f7171 100644 Binary files a/icons/mob/items_righthand.dmi and b/icons/mob/items_righthand.dmi differ diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 86b027bc843..5cfdfe9f0a2 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ diff --git a/icons/obj/clothing/suits.dmi b/icons/obj/clothing/suits.dmi index 7486fbfc269..6829fbc0a05 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ