Obsoletes flags = FPRINT | TABLEPASS*

*TABLEPASS was already totally obsolete.
FPRINT was used, but it was on virtually everything anyway.

Removes those flags from every instance where they were used. Also assigned and removed other flags where it made sense.

If it is desired, I can revive the flag as NOFPRINT, which would retain the original functionality, though inverted. That way it would be be used only  where it was intentional (holodeck items could use this for example).
This commit is contained in:
Cheridan
2013-12-30 15:03:17 -06:00
parent d5ddac3a00
commit bb9c09df46
165 changed files with 195 additions and 430 deletions
+6 -6
View File
@@ -5,7 +5,7 @@
icon_state = "retractor"
m_amt = 10000
g_amt = 5000
flags = FPRINT | TABLEPASS | CONDUCT
flags = CONDUCT
w_class = 1.0
origin_tech = "materials=1;biotech=1"
@@ -17,7 +17,7 @@
icon_state = "hemostat"
m_amt = 5000
g_amt = 2500
flags = FPRINT | TABLEPASS | CONDUCT
flags = CONDUCT
w_class = 1.0
origin_tech = "materials=1;biotech=1"
attack_verb = list("attacked", "pinched")
@@ -30,7 +30,7 @@
icon_state = "cautery"
m_amt = 5000
g_amt = 2500
flags = FPRINT | TABLEPASS | CONDUCT
flags = CONDUCT
w_class = 1.0
origin_tech = "materials=1;biotech=1"
attack_verb = list("burnt")
@@ -44,7 +44,7 @@
hitsound = 'sound/weapons/circsawhit.ogg'
m_amt = 15000
g_amt = 10000
flags = FPRINT | TABLEPASS | CONDUCT
flags = CONDUCT
force = 15.0
w_class = 3.0
origin_tech = "materials=1;biotech=1"
@@ -61,7 +61,7 @@
desc = "Cut, cut, and once more cut."
icon = 'icons/obj/surgery.dmi'
icon_state = "scalpel"
flags = FPRINT | TABLEPASS | CONDUCT
flags = CONDUCT
force = 10.0
w_class = 1.0
throwforce = 5.0
@@ -85,7 +85,7 @@
icon = 'icons/obj/surgery.dmi'
icon_state = "saw"
hitsound = 'sound/weapons/circsawhit.ogg'
flags = FPRINT | TABLEPASS | CONDUCT
flags = CONDUCT
force = 15.0
w_class = 3.0
throwforce = 9.0