diff --git a/code/game/objects/items/weapons/mops_cleaners.dm b/code/game/objects/items/weapons/mops_cleaners.dm index 3dcbace77d3..0154b416f26 100644 --- a/code/game/objects/items/weapons/mops_cleaners.dm +++ b/code/game/objects/items/weapons/mops_cleaners.dm @@ -93,6 +93,8 @@ MOP /obj/item/weapon/chemsprayer/afterattack(atom/A as mob|obj, mob/user as mob) if (istype(A, /obj/item/weapon/storage/backpack )) return + if (istype(A, /obj/proc_holder/spell )) + return else if (src.reagents.total_volume < 1) user << "\blue [src] is empty!" return diff --git a/icons/changelog.html b/icons/changelog.html index 7fe30e1da55..6eac40bff61 100644 --- a/icons/changelog.html +++ b/icons/changelog.html @@ -1,4 +1,4 @@ - + /tg/ Station 13 Changelog @@ -61,6 +61,22 @@ should be listed in the changelog upon commit tho. Thanks. -->
  • Pandemic recharge speed is affected by the number of different types of antibodies in the blood sample. For maximum efficiency, use blood samples with only a single type of antibody. (Blood samples with two types of antibodies will still let the Pandemic recharge slightly faster than it used to.)
  • +
  • Errorage updated: + +
  • + + +1 October 2011: + 28 September 2011: @@ -70,6 +86,11 @@ should be listed in the changelog upon commit tho. Thanks. -->
  • New method for job assignment. Remember to review your preferences. Send all your hate and bug reports to me.
  • +
  • Doohl updated: +
      +
    • Putting someone inside a cloning machine's DNA scanner will notify the person that they are about to be cloned. This completely removes the necessity to announce over OOC for someone to get back in their body.
    • +
    +
  • 22 September 2011, OneWebDay: