Further item bank restrictions

This commit is contained in:
Casey
2022-02-07 02:31:46 +00:00
committed by CHOMPStation2
parent dd90a7eaa6
commit 0ace36e925
7 changed files with 1365 additions and 33 deletions
+26 -2
View File
@@ -199,7 +199,7 @@
persist_storable = FALSE
/obj/item/weapon/hand_tele
persist_storable = FALSE
/obj/item/weapon/paper/dockingcodes
/obj/item/weapon/paper
persist_storable = FALSE
/obj/item/weapon/backup_implanter
persist_storable = FALSE
@@ -216,4 +216,28 @@
/obj/item/weapon/gun/energy/sizegun/admin
persist_storable = FALSE
/obj/item/weapon/gun/energy/sizegun/abductor
persist_storable = FALSE
<<<<<<< HEAD
persist_storable = FALSE
=======
persist_storable = FALSE
/obj/item/stack
persist_storable = FALSE
/obj/item/weapon/book
persist_storable = FALSE
/obj/item/weapon/melee/cursedblade
persist_storable = FALSE
/obj/item/device/paicard
persist_storable = FALSE
/obj/item/organ
persist_storable = FALSE
/obj/item/device/soulstone
persist_storable = FALSE
/obj/item/device/aicard
persist_storable = FALSE
/obj/item/device/mmi
persist_storable = FALSE
/obj/item/seeds
persist_storable = FALSE
/obj/item/weapon/reagent_containers/food/snacks/grown
persist_storable = FALSE
>>>>>>> 413c0b13d21... Merge pull request #12168 from Very-Soft/anodawun
+1 -1
View File
@@ -269,7 +269,7 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable
/obj/item/device/nif/proc/handle_install()
if(human.stat || !human.mind) //No stuff while KO or not sleeved
return FALSE
persist_storable = FALSE //VOREStation edit - I am not sure if polaris has nifs, but just in case.
//Firsties
if(!install_done)
if(human.mind.name == owner)