mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Added powerful objectives editing tool for admins.
Maximum temperature raise because of running for fat people is now limited. Some code cleanups. Added fuel canister with sprites (needs to be fixed, just like the bucket) Added magboots inhand sprites. Removed obsolete "fullness.dmi" git-svn-id: http://tgstation13.googlecode.com/svn/trunk@589 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1044,6 +1044,23 @@
|
||||
del(D)
|
||||
del(src)
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/cantister
|
||||
desc = "It's a canister. Mainly used for transporting fuel."
|
||||
name = "canister"
|
||||
icon = 'tank.dmi'
|
||||
icon_state = "canister"
|
||||
item_state = "canister"
|
||||
m_amt = 300
|
||||
g_amt = 0
|
||||
w_class = 5.0
|
||||
|
||||
amount_per_transfer_from_this = 20
|
||||
flags = FPRINT
|
||||
New()
|
||||
var/datum/reagents/R = new/datum/reagents(120)
|
||||
reagents = R
|
||||
R.my_atom = src
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/dispenser
|
||||
name = "reagent glass"
|
||||
desc = "A reagent glass."
|
||||
@@ -2538,7 +2555,6 @@
|
||||
icon_state ="glass_brown"
|
||||
name = "Glass of ..what?"
|
||||
desc = "You can't really tell what this is."
|
||||
|
||||
else
|
||||
icon_state = "glass_empty"
|
||||
name = "Drinking glass"
|
||||
|
||||
@@ -822,7 +822,6 @@
|
||||
if(O)
|
||||
linked = O
|
||||
|
||||
|
||||
update()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user