mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 11:31:12 +01:00
Merge pull request #7722 from fernerr/191217-sprites_mecha
New Mech sprites and some other tweaks
This commit is contained in:
@@ -65,23 +65,4 @@
|
||||
species_restricted = list(H.species.get_bodytype())
|
||||
kit.use(1,user)
|
||||
return 1
|
||||
return ..()
|
||||
|
||||
/obj/item/device/kit/paint
|
||||
name = "exosuit customisation kit"
|
||||
desc = "A kit containing all the needed tools and parts to repaint an exosuit."
|
||||
var/removable = null
|
||||
|
||||
/obj/item/device/kit/paint/examine()
|
||||
. = ..()
|
||||
to_chat(usr, "This kit will add a '[new_name]' decal to a exosuit'.")
|
||||
|
||||
/obj/item/device/kit/paint/powerloader/flames_red
|
||||
name = "\"Firestarter\" exosuit customisation kit"
|
||||
new_name = "red flames"
|
||||
new_icon = "flames_red"
|
||||
|
||||
/obj/item/device/kit/paint/powerloader/flames_blue
|
||||
name = "\"Burning Chrome\" exosuit customisation kit"
|
||||
new_name = "blue flames"
|
||||
new_icon = "flames_blue"
|
||||
return ..()
|
||||
Reference in New Issue
Block a user