Fixes running around causing mental issues and more (#4169)

-fixes #4168
-fixes #4165
-fixes #4161
-fixes a missing facial hair
-fixes flags on the warehouse
-fixes a message with rings
-removes the badges from the maint spawn as some player's request
This commit is contained in:
Alberyk
2018-01-28 00:16:55 +02:00
committed by Erki
parent bfb8a336db
commit eefbc5fc1a
7 changed files with 6 additions and 6 deletions
+2
View File
@@ -1161,6 +1161,8 @@ var/list/global/random_stock_large = list(
allsigns -= typesof(/obj/structure/sign/poster)
allsigns -= /obj/structure/sign/directions
allsigns -= typesof(/obj/structure/sign/christmas)
allsigns -= typesof(/obj/structure/sign/flag)
var/number = rand(1,5)
while (number > 0)