Aliens can now slash cameras to deactivate them.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3988 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-07-05 14:01:48 +00:00
parent b88733fd89
commit 515d1652dd
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -254,6 +254,17 @@
user.current = src
user.reset_view(src)
/obj/machinery/camera/attack_paw(mob/living/carbon/alien/humanoid/user as mob)
if(!istype(user))
return
status = 0
for(var/mob/O in viewers(user, null))
O.show_message("<span class='warning'>\The [user] slashes at [src]!</span>", 1)
playsound(src.loc, 'slash.ogg', 100, 1)
icon_state = "camera1"
add_hiddenprint(user)
deactivate(user,0)
/obj/machinery/camera/attackby(W as obj, user as mob)
..()
if (istype(W, /obj/item/weapon/wirecutters))
+1
View File
@@ -52,6 +52,7 @@ should be listed in the changelog upon commit tho. Thanks. -->
<ul class="changes bgimages16">
<li class="tweak">Alien larva now chestburst even after their host has died.</li>
<li class="tweak">Aliens can now slap facehuggers onto faces so they can infect mobs which lay down (or those stuck to nests).</li>
<li class="tweak">Aliens can now slash security cameras to deactivate them.</li>
</ul>
</div>