mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Polaris sync
This commit is contained in:
@@ -90,6 +90,23 @@
|
||||
material = get_material_by_name("holowood")
|
||||
..()
|
||||
|
||||
/obj/structure/table/alien
|
||||
name = "alien table"
|
||||
desc = "Advanced flat surface technology at work!"
|
||||
icon_state = "alien_preview"
|
||||
can_reinforce = FALSE
|
||||
can_plate = FALSE
|
||||
|
||||
/obj/structure/table/alien/New()
|
||||
material = get_material_by_name("alium")
|
||||
verbs -= /obj/structure/table/verb/do_flip
|
||||
verbs -= /obj/structure/table/proc/do_put
|
||||
..()
|
||||
|
||||
/obj/structure/table/alien/dismantle(obj/item/weapon/wrench/W, mob/user)
|
||||
to_chat(user, "<span class='warning'>You cannot dismantle \the [src].</span>")
|
||||
return
|
||||
|
||||
//BENCH PRESETS
|
||||
/obj/structure/table/bench/standard
|
||||
icon_state = "plain_preview"
|
||||
|
||||
@@ -56,6 +56,9 @@ var/list/table_icon_cache = list()
|
||||
visible_message("<span class='warning'>\The [src] breaks down!</span>")
|
||||
return break_to_parts() // if we break and form shards, return them to the caller to do !FUN! things with
|
||||
|
||||
/obj/structure/table/blob_act()
|
||||
take_damage(100)
|
||||
|
||||
/obj/structure/table/initialize()
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user