mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 12:36:22 +01:00
Polaris Sync
This commit is contained in:
@@ -109,6 +109,7 @@
|
||||
user << "You flick the switch on [src], but nothing happens."
|
||||
return 0
|
||||
on = !on
|
||||
playsound(src.loc, 'sound/weapons/empty.ogg', 15, 1, -3)
|
||||
update_icon()
|
||||
user.update_action_buttons()
|
||||
return 1
|
||||
|
||||
@@ -583,6 +583,21 @@ CIGARETTE PACKETS ARE IN FANCY.DM
|
||||
desc = "Made of gold and obsidian, this is truly not worth however much you spent on it."
|
||||
icon_state = "cappiezippo"
|
||||
|
||||
/obj/item/weapon/flame/lighter/zippo/communist
|
||||
name = "\improper communist Zippo lighter"
|
||||
desc = "All you need to spark a revolution."
|
||||
icon_state = "commiezippo"
|
||||
|
||||
/obj/item/weapon/flame/lighter/zippo/royal
|
||||
name = "\improper royal Zippo lighter"
|
||||
desc = "An incredibly fancy lighter, gilded and covered in the color of royalty."
|
||||
icon_state = "royalzippo"
|
||||
|
||||
/obj/item/weapon/flame/lighter/zippo/gonzo
|
||||
name = "\improper Gonzo Zippo lighter"
|
||||
desc = "A lighter with the iconic Gonzo fist painted on it."
|
||||
icon_state = "gonzozippo"
|
||||
|
||||
/obj/item/weapon/flame/lighter/zippo/rainbow
|
||||
name = "\improper rainbow Zippo lighter"
|
||||
icon_state = "rainbowzippo"
|
||||
@@ -30,6 +30,7 @@ var/list/tape_roll_applications = list()
|
||||
name = "tape"
|
||||
icon = 'icons/policetape.dmi'
|
||||
anchored = 1
|
||||
layer = 3.2
|
||||
var/lifted = 0
|
||||
var/crumpled = 0
|
||||
var/tape_dir = 0
|
||||
@@ -56,6 +57,7 @@ var/list/tape_roll_applications = list()
|
||||
hazard_overlays["[EAST]"] = new/image('icons/effects/warning_stripes.dmi', icon_state = "E")
|
||||
hazard_overlays["[SOUTH]"] = new/image('icons/effects/warning_stripes.dmi', icon_state = "S")
|
||||
hazard_overlays["[WEST]"] = new/image('icons/effects/warning_stripes.dmi', icon_state = "W")
|
||||
update_icon()
|
||||
|
||||
/obj/item/taperoll/police
|
||||
name = "police tape"
|
||||
|
||||
Reference in New Issue
Block a user