mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
fixed #2737
This commit is contained in:
@@ -111,13 +111,14 @@
|
|||||||
|
|
||||||
|
|
||||||
/obj/mecha/working/ripley/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
/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))//this shit broke ripleys
|
||||||
if(istype(W, /obj/item/weapon/fluff/sven_fjeltson_1))
|
src.icon_state = "earth"
|
||||||
src.icon_state = "earth"
|
src.initial_icon = "earth"
|
||||||
src.initial_icon = "earth"
|
src.name = "APLU \"Strike the Earth!\""
|
||||||
src.name = "APLU \"Strike the Earth!\""
|
src.desc = "Looks like an over worked, under maintained Ripley with some horrific damage."
|
||||||
src.desc = "Looks like an over worked, under maintained Ripley with some horrific damage."
|
user << "You pick up your old \"Strike the Earth!\" APLU."
|
||||||
user << "You pick up your old \"Strike the Earth!\" APLU."
|
user.drop_item()
|
||||||
user.drop_item()
|
del(W)
|
||||||
del(W)
|
return
|
||||||
return
|
else
|
||||||
|
..()
|
||||||
|
|||||||
Reference in New Issue
Block a user