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
+2 -2
View File
@@ -61,7 +61,7 @@
name = "pickaxe"
icon = 'icons/obj/items.dmi'
icon_state = "pickaxe"
flags = FPRINT | TABLEPASS| CONDUCT
flags = CONDUCT
slot_flags = SLOT_BELT
force = 15.0
throwforce = 4.0
@@ -149,7 +149,7 @@
desc = "A large tool for digging and moving dirt."
icon = 'icons/obj/items.dmi'
icon_state = "shovel"
flags = FPRINT | TABLEPASS| CONDUCT
flags = CONDUCT
slot_flags = SLOT_BELT
force = 8.0
throwforce = 4.0
+1 -1
View File
@@ -4,7 +4,7 @@
icon = 'icons/obj/storage.dmi'
name = "Money bag"
icon_state = "moneybag"
flags = FPRINT | TABLEPASS| CONDUCT
flags = CONDUCT
force = 10.0
throwforce = 2.0
w_class = 4.0
+1 -1
View File
@@ -71,7 +71,7 @@
icon = 'icons/obj/economy.dmi'
name = "coin"
icon_state = "coin"
flags = FPRINT | TABLEPASS | CONDUCT
flags = CONDUCT
force = 1
throwforce = 3
w_class = 1.0