This commit is contained in:
Spamcat
2013-05-08 15:13:28 +04:00
parent 0decd3b078
commit 17269494ef

View File

@@ -111,8 +111,7 @@
/obj/mecha/working/ripley/attackby(obj/item/weapon/W as obj, mob/user as mob)
if(istype(W, /obj/item/weapon/fluff/sven_fjeltson_1))
if(istype(W, /obj/item/weapon/fluff/sven_fjeltson_1))//this shit broke ripleys
src.icon_state = "earth"
src.initial_icon = "earth"
src.name = "APLU \"Strike the Earth!\""
@@ -121,3 +120,5 @@
user.drop_item()
del(W)
return
else
..()