Merge remote-tracking branch 'refs/remotes/ParadiseSS13/master' into BookClub

This commit is contained in:
Aurorablade
2016-11-22 01:48:56 -05:00
94 changed files with 7719 additions and 8002 deletions
+1 -3
View File
@@ -8,9 +8,7 @@
var/amount_per_transfer_from_this = 5 //shit I dunno, adding this so syringes stop runtime erroring. --NeoFite
/obj/structure/mopbucket/New()
var/datum/reagents/R = new/datum/reagents(100)
reagents = R
R.my_atom = src
create_reagents(100)
janitorial_equipment += src
/obj/structure/mopbucket/full/New()