mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Allows paper airplanes to be vareditted to always hit someone in the eye (#41328)
cl ShizCalev tweak: Paper airplanes can now have their hit probability adjusted by badmins. add: Added syndicate paper airplanes. They are rather robust and are guaranteed to hit someone in the eye. add: Added The Art of Origami to the syndicate uplink. This allows you to fold weapons grade paper airplanes. It will also allow you to catch paper airplanes when you have the ability enabled. /cl
This commit is contained in:
committed by
yogstation13-bot
parent
286755fb1b
commit
db43ecb624
@@ -218,7 +218,7 @@
|
||||
desc = "This box contains injectors, it seems."
|
||||
|
||||
/obj/item/storage/box/injectors/PopulateContents()
|
||||
var/static/items_inside = list(
|
||||
var/static/items_inside = list(
|
||||
/obj/item/dnainjector/h2m = 3,
|
||||
/obj/item/dnainjector/m2h = 3)
|
||||
generate_items_inside(items_inside,src)
|
||||
@@ -286,7 +286,7 @@
|
||||
illustration = "implant"
|
||||
|
||||
/obj/item/storage/box/trackimp/PopulateContents()
|
||||
var/static/items_inside = list(
|
||||
var/static/items_inside = list(
|
||||
/obj/item/implantcase/tracking = 4,
|
||||
/obj/item/implanter = 1,
|
||||
/obj/item/implantpad = 1,
|
||||
@@ -299,7 +299,7 @@
|
||||
illustration = "implant"
|
||||
|
||||
/obj/item/storage/box/minertracker/PopulateContents()
|
||||
var/static/items_inside = list(
|
||||
var/static/items_inside = list(
|
||||
/obj/item/implantcase/tracking = 3,
|
||||
/obj/item/implanter = 1,
|
||||
/obj/item/implantpad = 1,
|
||||
@@ -312,7 +312,7 @@
|
||||
illustration = "implant"
|
||||
|
||||
/obj/item/storage/box/chemimp/PopulateContents()
|
||||
var/static/items_inside = list(
|
||||
var/static/items_inside = list(
|
||||
/obj/item/implantcase/chem = 5,
|
||||
/obj/item/implanter = 1,
|
||||
/obj/item/implantpad = 1)
|
||||
@@ -324,7 +324,7 @@
|
||||
illustration = "implant"
|
||||
|
||||
/obj/item/storage/box/exileimp/PopulateContents()
|
||||
var/static/items_inside = list(
|
||||
var/static/items_inside = list(
|
||||
/obj/item/implantcase/exile = 5,
|
||||
/obj/item/implanter = 1)
|
||||
generate_items_inside(items_inside,src)
|
||||
@@ -1010,9 +1010,9 @@
|
||||
desc = "Contains a variety of basic stock parts."
|
||||
|
||||
/obj/item/storage/box/stockparts/basic/PopulateContents()
|
||||
var/static/items_inside = list(
|
||||
var/static/items_inside = list(
|
||||
/obj/item/stock_parts/capacitor = 3,
|
||||
/obj/item/stock_parts/scanning_module = 3,
|
||||
/obj/item/stock_parts/scanning_module = 3,
|
||||
/obj/item/stock_parts/manipulator = 3,
|
||||
/obj/item/stock_parts/micro_laser = 3,
|
||||
/obj/item/stock_parts/matter_bin = 3)
|
||||
@@ -1024,7 +1024,7 @@
|
||||
icon_state = "syndiebox"
|
||||
|
||||
/obj/item/storage/box/stockparts/deluxe/PopulateContents()
|
||||
var/static/items_inside = list(
|
||||
var/static/items_inside = list(
|
||||
/obj/item/stock_parts/capacitor/quadratic = 3,
|
||||
/obj/item/stock_parts/scanning_module/triphasic = 3,
|
||||
/obj/item/stock_parts/manipulator/femto = 3,
|
||||
|
||||
Reference in New Issue
Block a user