tinytweaks (#6206)

* tinytweaks

* 5 != 2

* smfix

* requested changes + fixes exploit from 6212

* it compiled and worked anyway but go off i guess travis

* requested changes
This commit is contained in:
mistyLuminescence
2019-06-21 16:06:44 -05:00
committed by Anewbe
parent 6a86783e32
commit 0d51ea81d5
15 changed files with 146 additions and 35 deletions
@@ -384,7 +384,7 @@
if(!opened)
icon_state = icon_closed
if(sealed)
overlays += "sealed"
overlays += "welded"
else
icon_state = icon_opened
+9 -1
View File
@@ -298,6 +298,14 @@
/obj/structure/flora/sif
icon = 'icons/obj/flora/sifflora.dmi'
/obj/structure/flora/sif/attack_hand(mob/user)
if (user.a_intent == I_HURT)
if(do_after(user, 5 SECONDS))
user.visible_message("\The [user] digs up \the [src.name].", "You dig up \the [src.name].")
qdel(src)
else
user.visible_message("\The [user] pokes \the [src.name].", "You poke \the [src.name].")
/datum/category_item/catalogue/flora/subterranean_bulbs
name = "Sivian Flora - Subterranean Bulbs"
desc = "A plant which is native to Sif, it continues the trend of being a bioluminescent specimen. These plants \
@@ -340,4 +348,4 @@
/obj/structure/flora/sif/eyes/Initialize()
icon_state = "[initial(icon_state)][rand(1,3)]"
. = ..()
. = ..()