mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Committing work on away missions.
Standardised cigs_lighters.dm a bit. Removed the SORD, and some unused and shit flasks. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4609 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -76,18 +76,6 @@
|
||||
throwforce = 10
|
||||
w_class = 1
|
||||
|
||||
/obj/item/weapon/sord
|
||||
name = "\improper SORD"
|
||||
desc = "This thing is so unspeakably shitty you are having a hard time even holding it."
|
||||
icon_state = "sord"
|
||||
item_state = "sord"
|
||||
flags = FPRINT | TABLEPASS
|
||||
slot_flags = SLOT_BELT
|
||||
force = 2
|
||||
throwforce = 1
|
||||
w_class = 3
|
||||
attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut")
|
||||
|
||||
/obj/item/weapon/sord/attack(mob/living/carbon/M as mob, mob/living/carbon/user as mob)
|
||||
playsound(loc, 'sound/weapons/bladeslice.ogg', 50, 1, -1)
|
||||
return ..()
|
||||
@@ -721,28 +709,6 @@
|
||||
icon_state = "fcardholder0"
|
||||
item_state = "clipboard"
|
||||
|
||||
/obj/item/weapon/flasks
|
||||
name = "flask"
|
||||
icon = 'icons/obj/Cryogenic2.dmi'
|
||||
var/oxygen = 0.0
|
||||
var/plasma = 0.0
|
||||
var/coolant = 0.0
|
||||
|
||||
/obj/item/weapon/flasks/coolant
|
||||
name = "light blue flask"
|
||||
icon_state = "coolant-c"
|
||||
coolant = 1000.0
|
||||
|
||||
/obj/item/weapon/flasks/oxygen
|
||||
name = "blue flask"
|
||||
icon_state = "oxygen-c"
|
||||
oxygen = 500.0
|
||||
|
||||
/obj/item/weapon/flasks/plasma
|
||||
name = "orange flask"
|
||||
icon_state = "plasma-c"
|
||||
plasma = 500.0
|
||||
|
||||
/*
|
||||
/obj/item/weapon/game_kit
|
||||
name = "Gaming Kit"
|
||||
|
||||
Reference in New Issue
Block a user