mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
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:
@@ -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))
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user