mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
You can now put pens in your hat storage slot.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@620 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -859,7 +859,7 @@
|
||||
if (src.head)
|
||||
for(var/i=1, i<=src.head.allowed.len, i++)
|
||||
// world << "[src.head.allowed[i]] and [W.type]"
|
||||
if (findtext("[W.type]","[src.head.allowed[i]]"))
|
||||
if (findtext("[W.type]","[src.head.allowed[i]]") || istype(W, /obj/item/weapon/pen))
|
||||
confirm = 1
|
||||
break
|
||||
if (!confirm) return
|
||||
|
||||
Reference in New Issue
Block a user